#3A0017

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

Shades of Blackberry #3A0017

Tints of Blackberry #3A0017

Color information

#3A0017 (or 0x3A0017) is unknown color: approx Blackberry. HEX triplet: 3A, 00 and 17. RGB value is (58,0,23). Sum of RGB (Red+Green+Blue) = 58+0+23=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0017 is #C5FFE8. Grayscale: #131313. Windows color (decimal): -12976105 or 1507386. OLE color: 1507386.

HSL color Cylindrical-coordinate representation of color #3A0017: hue angle of 336.21º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A0017 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.77.

Color convert

RGB58023-
CMYK010.600.77
HSL336.21º100%11.37%-
HSV(B)336.21º100%22.75%-
XYZ1.90.960.9-
YUV19.96129.72155.13-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 71.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=71.60%
G=0%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.60
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58023010.600.77336.2110011.37
Hex3A0170643C4D15064b
Octal7202701447411552014413
Binary11101001011101100100111100100110110101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,23); }

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

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

 a { background-color: rgb(58,0,23); }

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

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

 span { border-color: rgb(58,0,23); }

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