#3A011F

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

Shades of Blackberry #3A011F

Tints of Blackberry #3A011F

Color information

#3A011F (or 0x3A011F) is unknown color: approx Blackberry. HEX triplet: 3A, 01 and 1F. RGB value is (58,1,31). Sum of RGB (Red+Green+Blue) = 58+1+31=90 (11% of max value = 765). Red value is 58 (23.05% from 255 or 64.44% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 58 - color contains mainly: red. Hex color #3A011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A011F is #C5FEE0. Grayscale: #151515. Windows color (decimal): -12975841 or 2031930. OLE color: 2031930.

HSL color Cylindrical-coordinate representation of color #3A011F: hue angle of 328.42º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A011F is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.77.

Color convert

RGB58131-
CMYK00.980.470.77
HSL328.42º96.61%11.57%-
HSV(B)328.42º98.28%22.75%-
XYZ21.021.39-
YUV21.46133.38154.06-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 64.44%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=64.44%
G=1.11%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5813100.980.470.77328.4296.6111.57
Hex3A11F0622F4D14861c
Octal7213701425711551014114
Binary11101011111101100010101111100110110100100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,1,31); }

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

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

 a { background-color: rgb(58,1,31); }

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

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

 span { border-color: rgb(58,1,31); }

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