Html Css Color HEX #4C0E29 Blackberry

📋 copy color: '#4C0E29'

red 76 ◦ green 14 ◦ blue 41

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

Shades of Blackberry #4C0E29

Tints of Blackberry #4C0E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.69%

 BLUE value IS 41 (16.41% from 255) = 31.3%

R = 58.02%
G = 10.69%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C0E29 (or 0x4C0E29) is known color: Blackberry. HEX triplet: 4C, 0E and 29. RGB value is (76,14,41). Sum of RGB (Red+Green+Blue) = 76+14+41=131 (17% of max value = 765). Red value is 76 (30.08% from 255 or 58.02% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E29 is #B3F1D6. Grayscale: #232323. Windows color (decimal): -11792855 or 2690636. OLE color: 2690636.

HSL color Cylindrical-coordinate representation of color #4C0E29: hue angle of 333.87º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4C0E29 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 14 41 -
CMYK 0 0.82 0.46 0.70
HSL 333.87º 0.69% 0.18% -
HSV(B) 333.87º 0.82% 0.3% -
XYZ 3.54 2.01 2.3 -
YUV 35.62 131.04 156.8 -
System Red Green Blue C M Y K H S L
Decimal 76 14 41 0 0.82 0.46 0.70 333.87 0.69 0.18
Hex 4C E 29 0 52 2E 46 14E 45 12
Octal 114 16 51 0 122 56 106 516 105 22
Binary 1001100 1110 101001 0 1010010 101110 1000110 101001110 1000101 10010

Color Harmonies of #4C0E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E29

Black with #4C0E29

Text Example


Text Example

White with #4C0E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,14,41); }

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

background-color css

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

 a { background-color: rgb(76,14,41); }

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

border-color css

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

 span { border-color: rgb(76,14,41); }

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