#3D1426

Color #3D1426 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #3D1426

Tints of Blackberry #3D1426

Color information

#3D1426 (or 0x3D1426) is unknown color: approx Blackberry. HEX triplet: 3D, 14 and 26. RGB value is (61,20,38). Sum of RGB (Red+Green+Blue) = 61+20+38=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D1426 is #C2EBD9. Grayscale: #222222. Windows color (decimal): -12774362 or 2495549. OLE color: 2495549.

HSL color Cylindrical-coordinate representation of color #3D1426: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D1426 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB612038-
CMYK00.670.380.76
HSL333.66º50.62%15.88%-
HSV(B)333.66º67.21%23.92%-
XYZ2.521.632.02-
YUV34.31130.08147.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 38 (15.23% from 255) = 31.93%
R=51.26%
G=16.81%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61203800.670.380.76333.6650.6215.88
Hex3D1426043264C14e3310
Octal7524460103461145166320
Binary1111011010010011001000011100110100110010100111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1426; }

 p { color: rgb(61,20,38); }

 H1.HeaderClassName
 {
   color: #3D1426;
 }
 .AnyTagClassName
 {
   color: #3D1426;
 }
</style>
background-color css

<style>
 a { background-color: #3D1426; }

 a { background-color: rgb(61,20,38); }

 div.DivClassName
 {
   background-color: #3D1426;
 }
 .BgClassName
 {
   background-color: #3D1426;
 }
</style>
border-color css

<style>
 span { border-color: #3D1426; }

 span { border-color: rgb(61,20,38); }

 td.TdClassName
 {
   border-color: #3D1426;
 }
 .TagClassName
 {
   border-color: #3D1426;
 }
</style>