#3B1424

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

Shades of Blackberry #3B1424

Tints of Blackberry #3B1424

Color information

#3B1424 (or 0x3B1424) is unknown color: approx Blackberry. HEX triplet: 3B, 14 and 24. RGB value is (59,20,36). Sum of RGB (Red+Green+Blue) = 59+20+36=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1424 is #C4EBDB. Grayscale: #212121. Windows color (decimal): -12905436 or 2364475. OLE color: 2364475.

HSL color Cylindrical-coordinate representation of color #3B1424: hue angle of 335.38º 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 #3B1424 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB592036-
CMYK00.660.390.77
HSL335.38º49.37%15.49%-
HSV(B)335.38º66.1%23.14%-
XYZ2.371.561.84-
YUV33.48129.42146.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 36 (14.45% from 255) = 31.30%
R=51.30%
G=17.39%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59203600.660.390.77335.3849.3715.49
Hex3B1424042274D14f31f
Octal7324440102471155176117
Binary111011101001001000100001010011110011011010011111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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