#3B0724

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

Shades of Blackberry #3B0724

Tints of Blackberry #3B0724

Color information

#3B0724 (or 0x3B0724) is unknown color: approx Blackberry. HEX triplet: 3B, 07 and 24. RGB value is (59,7,36). Sum of RGB (Red+Green+Blue) = 59+7+36=102 (13% of max value = 765). Red value is 59 (23.44% from 255 or 57.84% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 36 (14.45% from 255 or 35.29% from 102); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0724 is #C4F8DB. Grayscale: #191919. Windows color (decimal): -12908764 or 2361147. OLE color: 2361147.

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

Color convert

RGB59736-
CMYK00.880.390.77
HSL326.54º78.79%12.94%-
HSV(B)326.54º88.14%23.14%-
XYZ2.21.211.79-
YUV25.85133.73151.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 57.84%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 36 (14.45% from 255) = 35.29%
R=57.84%
G=6.86%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.39
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5973600.880.390.77326.5478.7912.94
Hex3B724058274D1474fd
Octal7374401304711550711715
Binary11101111110010001011000100111100110110100011110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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