Html Css Color HEX #4C0E41 Blackberry

📋 copy color: '#4C0E41'

red 76 ◦ green 14 ◦ blue 65

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

Shades of Blackberry #4C0E41

Tints of Blackberry #4C0E41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 49.03%
G = 9.03%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.70

RGB Variations

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

Color information

#4C0E41 (or 0x4C0E41) is known color: Blackberry. HEX triplet: 4C, 0E and 41. RGB value is (76,14,65). Sum of RGB (Red+Green+Blue) = 76+14+65=155 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.03% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0E41 is #B3F1BE. Grayscale: #262626. Windows color (decimal): -11792831 or 4263500. OLE color: 4263500.

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

Color convert

RGB 76 14 65 -
CMYK 0 0.82 0.14 0.70
HSL 310.65º 0.69% 0.18% -
HSV(B) 310.65º 0.82% 0.3% -
XYZ 4.09 2.23 5.22 -
YUV 38.35 143.04 154.85 -
System Red Green Blue C M Y K H S L
Decimal 76 14 65 0 0.82 0.14 0.70 310.65 0.69 0.18
Hex 4C E 41 0 52 E 46 137 45 12
Octal 114 16 101 0 122 16 106 467 105 22
Binary 1001100 1110 1000001 0 1010010 1110 1000110 100110111 1000101 10010

Color Harmonies of #4C0E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0E41

Black with #4C0E41

Text Example


Text Example

White with #4C0E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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