Html Css Color HEX #4C0E26 Blackberry

📋 copy color: '#4C0E26'

red 76 ◦ green 14 ◦ blue 38

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

Shades of Blackberry #4C0E26

Tints of Blackberry #4C0E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 29.69%

R = 59.38%
G = 10.94%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.5

 K value IS 0.70

RGB Variations

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

Color information

#4C0E26 (or 0x4C0E26) is known color: Blackberry. HEX triplet: 4C, 0E and 26. RGB value is (76,14,38). Sum of RGB (Red+Green+Blue) = 76+14+38=128 (16% of max value = 765). Red value is 76 (30.08% from 255 or 59.38% from 128); Green value is 14 (5.86% from 255 or 10.94% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E26 is #B3F1D9. Grayscale: #232323. Windows color (decimal): -11792858 or 2494028. OLE color: 2494028.

HSL color Cylindrical-coordinate representation of color #4C0E26: hue angle of 336.77º 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 #4C0E26 is Cyan = 0, Magento = 0.82, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 14 38 -
CMYK 0 0.82 0.5 0.70
HSL 336.77º 0.69% 0.18% -
HSV(B) 336.77º 0.82% 0.3% -
XYZ 3.49 1.99 2.03 -
YUV 35.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 76 14 38 0 0.82 0.5 0.70 336.77 0.69 0.18
Hex 4C E 26 0 52 32 46 151 45 12
Octal 114 16 46 0 122 62 106 521 105 22
Binary 1001100 1110 100110 0 1010010 110010 1000110 101010001 1000101 10010

Color Harmonies of #4C0E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E26

Black with #4C0E26

Text Example


Text Example

White with #4C0E26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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