#3A012F

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

Shades of Blackberry #3A012F

Tints of Blackberry #3A012F

Color information

#3A012F (or 0x3A012F) is unknown color: approx Blackberry. HEX triplet: 3A, 01 and 2F. RGB value is (58,1,47). Sum of RGB (Red+Green+Blue) = 58+1+47=106 (14% of max value = 765). Red value is 58 (23.05% from 255 or 54.72% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 58 - color contains mainly: red. Hex color #3A012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A012F is #C5FED0. Grayscale: #171717. Windows color (decimal): -12975825 or 3080506. OLE color: 3080506.

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

Color convert

RGB58147-
CMYK00.980.190.77
HSL311.58º96.61%11.57%-
HSV(B)311.58º98.28%22.75%-
XYZ2.271.132.79-
YUV23.29141.38152.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 54.72%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=54.72%
G=0.94%
B=44.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5814700.980.190.77311.5896.6111.57
Hex3A12F062134D13861c
Octal7215701422311547014114
Binary11101011011110110001010011100110110011100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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