#3B1426

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

Shades of Blackberry #3B1426

Tints of Blackberry #3B1426

Color information

#3B1426 (or 0x3B1426) is unknown color: approx Blackberry. HEX triplet: 3B, 14 and 26. RGB value is (59,20,38). Sum of RGB (Red+Green+Blue) = 59+20+38=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 20 (8.20% from 255 or 17.09% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1426 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1426 is #C4EBD9. Grayscale: #212121. Windows color (decimal): -12905434 or 2495547. OLE color: 2495547.

HSL color Cylindrical-coordinate representation of color #3B1426: hue angle of 332.31º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1426 is Cyan = 0, Magento = 0.66, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB592038-
CMYK00.660.360.77
HSL332.31º49.37%15.49%-
HSV(B)332.31º66.1%23.14%-
XYZ2.41.572.01-
YUV33.71130.42146.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 20 (8.20% from 255) = 17.09%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=50.43%
G=17.09%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59203800.660.360.77332.3149.3715.49
Hex3B1426042244D14c31f
Octal7324460102441155146117
Binary111011101001001100100001010010010011011010011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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