#3A0C28

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

Shades of Blackberry #3A0C28

Tints of Blackberry #3A0C28

Color information

#3A0C28 (or 0x3A0C28) is unknown color: approx Blackberry. HEX triplet: 3A, 0C and 28. RGB value is (58,12,40). Sum of RGB (Red+Green+Blue) = 58+12+40=110 (14% of max value = 765). Red value is 58 (23.05% from 255 or 52.73% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0C28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0C28 is #C5F3D7. Grayscale: #1C1C1C. Windows color (decimal): -12973016 or 2624570. OLE color: 2624570.

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

Color convert

RGB581240-
CMYK00.790.310.77
HSL323.48º65.71%13.73%-
HSV(B)323.48º79.31%22.75%-
XYZ2.261.322.14-
YUV28.95134.24148.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 52.73%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 40 (16.02% from 255) = 36.36%
R=52.73%
G=10.91%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58124000.790.310.77323.4865.7113.73
Hex3AC2804F1F4D14342e
Octal72145001173711550310216
Binary11101011001010000100111111111100110110100001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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