#3A0C29

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

Shades of Blackberry #3A0C29

Tints of Blackberry #3A0C29

Color information

#3A0C29 (or 0x3A0C29) is unknown color: approx Blackberry. HEX triplet: 3A, 0C and 29. RGB value is (58,12,41). Sum of RGB (Red+Green+Blue) = 58+12+41=111 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.25% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C29 is #C5F3D6. Grayscale: #1C1C1C. Windows color (decimal): -12973015 or 2690106. OLE color: 2690106.

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

Color convert

RGB581241-
CMYK00.790.290.77
HSL322.17º65.71%13.73%-
HSV(B)322.17º79.31%22.75%-
XYZ2.281.322.23-
YUV29.06134.74148.64-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.25%
GREEN value IS 12 (5.08% from 255) = 10.81%
BLUE value IS 41 (16.41% from 255) = 36.94%
R=52.25%
G=10.81%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58124100.790.290.77322.1765.7113.73
Hex3AC2904F1D4D14242e
Octal72145101173511550210216
Binary11101011001010010100111111101100110110100001010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,12,41); }

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

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

 a { background-color: rgb(58,12,41); }

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

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

 span { border-color: rgb(58,12,41); }

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