Html Css Color HEX #4C0C3F Blackberry

📋 copy color: '#4C0C3F'

red 76 ◦ green 12 ◦ blue 63

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

Shades of Blackberry #4C0C3F

Tints of Blackberry #4C0C3F

RGB

 RED value IS 76 (30.08% from 255) = 50.33%

 GREEN value IS 12 (5.08% from 255) = 7.95%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 50.33%
G = 7.95%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C0C3F (or 0x4C0C3F) is known color: Blackberry. HEX triplet: 4C, 0C and 3F. RGB value is (76,12,63). Sum of RGB (Red+Green+Blue) = 76+12+63=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0C3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0C3F is #B3F3C0. Grayscale: #242424. Windows color (decimal): -11793345 or 4131916. OLE color: 4131916.

HSL color Cylindrical-coordinate representation of color #4C0C3F: hue angle of 312.19º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4C0C3F is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 12 63 -
CMYK 0 0.84 0.17 0.70
HSL 312.19º 0.73% 0.17% -
HSV(B) 312.19º 0.84% 0.3% -
XYZ 4.01 2.16 4.91 -
YUV 36.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 76 12 63 0 0.84 0.17 0.70 312.19 0.73 0.17
Hex 4C C 3F 0 54 11 46 138 49 11
Octal 114 14 77 0 124 21 106 470 111 21
Binary 1001100 1100 111111 0 1010100 10001 1000110 100111000 1001001 10001

Color Harmonies of #4C0C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0C3F

Black with #4C0C3F

Text Example


Text Example

White with #4C0C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,12,63); }

 H1.HeaderClassName
 {
   color: #4C0C3F;
 }
 .AnyTagClassName
 {
   color: #4C0C3F;
 }
</style>

background-color css

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

 a { background-color: rgb(76,12,63); }

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

border-color css

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

 span { border-color: rgb(76,12,63); }

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