#3B0B24

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

Shades of Blackberry #3B0B24

Tints of Blackberry #3B0B24

Color information

#3B0B24 (or 0x3B0B24) is unknown color: approx Blackberry. HEX triplet: 3B, 0B and 24. RGB value is (59,11,36). Sum of RGB (Red+Green+Blue) = 59+11+36=106 (14% of max value = 765). Red value is 59 (23.44% from 255 or 55.66% from 106); Green value is 11 (4.69% from 255 or 10.38% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0B24 is #C4F4DB. Grayscale: #1C1C1C. Windows color (decimal): -12907740 or 2362171. OLE color: 2362171.

HSL color Cylindrical-coordinate representation of color #3B0B24: hue angle of 328.75º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3B0B24 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB591136-
CMYK00.810.390.77
HSL328.75º68.57%13.73%-
HSV(B)328.75º81.36%23.14%-
XYZ2.241.31.8-
YUV28.2132.4149.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 55.66%
GREEN value IS 11 (4.69% from 255) = 10.38%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=55.66%
G=10.38%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59113600.810.390.77328.7568.5713.73
Hex3BB24051274D14945e
Octal73134401214711551110516
Binary111011101110010001010001100111100110110100100110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,11,36); }

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

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

 a { background-color: rgb(59,11,36); }

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

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

 span { border-color: rgb(59,11,36); }

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