#3B0D24

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

Shades of Blackberry #3B0D24

Tints of Blackberry #3B0D24

Color information

#3B0D24 (or 0x3B0D24) is unknown color: approx Blackberry. HEX triplet: 3B, 0D and 24. RGB value is (59,13,36). Sum of RGB (Red+Green+Blue) = 59+13+36=108 (14% of max value = 765). Red value is 59 (23.44% from 255 or 54.63% from 108); Green value is 13 (5.47% from 255 or 12.04% from 108); Blue value is 36 (14.45% from 255 or 33.33% from 108); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0D24 is #C4F2DB. Grayscale: #1D1D1D. Windows color (decimal): -12907228 or 2362683. OLE color: 2362683.

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

Color convert

RGB591336-
CMYK00.780.390.77
HSL330º63.89%14.12%-
HSV(B)330º77.97%23.14%-
XYZ2.271.351.81-
YUV29.38131.74149.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 54.63%
GREEN value IS 13 (5.47% from 255) = 12.04%
BLUE value IS 36 (14.45% from 255) = 33.33%
R=54.63%
G=12.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59133600.780.390.7733063.8914.12
Hex3BD2404E274D14a40e
Octal73154401164711551210016
Binary111011110110010001001110100111100110110100101010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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