Html Css Color HEX #4C0B40 Blackberry

📋 copy color: '#4C0B40'

red 76 ◦ green 11 ◦ blue 64

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

Shades of Blackberry #4C0B40

Tints of Blackberry #4C0B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.28%

 BLUE value IS 64 (25.39% from 255) = 42.38%

R = 50.33%
G = 7.28%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4C0B40 (or 0x4C0B40) is known color: Blackberry. HEX triplet: 4C, 0B and 40. RGB value is (76,11,64). Sum of RGB (Red+Green+Blue) = 76+11+64=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 11 (4.69% from 255 or 7.28% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0B40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0B40 is #B3F4BF. Grayscale: #242424. Windows color (decimal): -11793600 or 4197196. OLE color: 4197196.

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

Color convert

RGB 76 11 64 -
CMYK 0 0.86 0.16 0.70
HSL 311.08º 0.75% 0.17% -
HSV(B) 311.08º 0.86% 0.3% -
XYZ 4.03 2.15 5.05 -
YUV 36.48 143.53 156.19 -
System Red Green Blue C M Y K H S L
Decimal 76 11 64 0 0.86 0.16 0.70 311.08 0.75 0.17
Hex 4C B 40 0 56 10 46 137 4B 11
Octal 114 13 100 0 126 20 106 467 113 21
Binary 1001100 1011 1000000 0 1010110 10000 1000110 100110111 1001011 10001

Color Harmonies of #4C0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0B40

Black with #4C0B40

Text Example


Text Example

White with #4C0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,11,64); }

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

background-color css

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

 a { background-color: rgb(76,11,64); }

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

border-color css

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

 span { border-color: rgb(76,11,64); }

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