#4C012F

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

Shades of Blackberry #4C012F

Tints of Blackberry #4C012F

Color information

#4C012F (or 0x4C012F) is unknown color: approx Blackberry. HEX triplet: 4C, 01 and 2F. RGB value is (76,1,47). Sum of RGB (Red+Green+Blue) = 76+1+47=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C012F is #B3FED0. Grayscale: #1C1C1C. Windows color (decimal): -11796177 or 3080524. OLE color: 3080524.

HSL color Cylindrical-coordinate representation of color #4C012F: hue angle of 323.2º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C012F is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB76147-
CMYK00.990.380.70
HSL323.2º97.4%15.1%-
HSV(B)323.2º98.68%29.8%-
XYZ3.51.762.84-
YUV28.67138.35161.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 61.29%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 47 (18.75% from 255) = 37.90%
R=61.29%
G=0.81%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7614700.990.380.70323.297.415.1
Hex4C12F063264614361f
Octal11415701434610650314117
Binary1001100110111101100011100110100011010100001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C012F; }

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

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

<style>
 a { background-color: #4C012F; }

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

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

<style>
 span { border-color: #4C012F; }

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

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