#3A0F30

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

Shades of Blackberry #3A0F30

Tints of Blackberry #3A0F30

Color information

#3A0F30 (or 0x3A0F30) is unknown color: approx Blackberry. HEX triplet: 3A, 0F and 30. RGB value is (58,15,48). Sum of RGB (Red+Green+Blue) = 58+15+48=121 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.93% from 121); Green value is 15 (6.25% from 255 or 12.40% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0F30 is #C5F0CF. Grayscale: #1F1F1F. Windows color (decimal): -12972240 or 3149626. OLE color: 3149626.

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

Color convert

RGB581548-
CMYK00.740.170.77
HSL313.95º58.9%14.31%-
HSV(B)313.95º74.14%22.75%-
XYZ2.451.452.95-
YUV31.62137.25146.82-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.93%
GREEN value IS 15 (6.25% from 255) = 12.40%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=47.93%
G=12.40%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58154800.740.170.77313.9558.914.31
Hex3AF3004A114D13a3be
Octal7217600112211154727316
Binary1110101111110000010010101000110011011001110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,15,48); }

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

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

 a { background-color: rgb(58,15,48); }

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

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

 span { border-color: rgb(58,15,48); }

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