Html Css Color HEX #4C012F Blackberry

📋 copy color: '#4C012F'

red 76 ◦ green 1 ◦ blue 47

#4C012F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #4C012F

Tints of Blackberry #4C012F

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.9%

R = 61.29%
G = 0.81%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C012F (or 0x4C012F) is known color: 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

RGB 76 1 47 -
CMYK 0 0.99 0.38 0.70
HSL 323.2º 0.97% 0.15% -
HSV(B) 323.2º 0.99% 0.3% -
XYZ 3.5 1.76 2.84 -
YUV 28.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 76 1 47 0 0.99 0.38 0.70 323.2 0.97 0.15
Hex 4C 1 2F 0 63 26 46 143 61 F
Octal 114 1 57 0 143 46 106 503 141 17
Binary 1001100 1 101111 0 1100011 100110 1000110 101000011 1100001 1111

Color Harmonies of #4C012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C012F

Black with #4C012F

Text Example


Text Example

White with #4C012F

Text Example


Text Example

HTML Codes & Css Web 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>