Html Css Color HEX #4C0524 Blackberry

📋 copy color: '#4C0524'

red 76 ◦ green 5 ◦ blue 36

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

Shades of Blackberry #4C0524

Tints of Blackberry #4C0524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.27%

 BLUE value IS 36 (14.45% from 255) = 30.77%

R = 64.96%
G = 4.27%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4C0524 (or 0x4C0524) is known color: Blackberry. HEX triplet: 4C, 05 and 24. RGB value is (76,5,36). Sum of RGB (Red+Green+Blue) = 76+5+36=117 (15% of max value = 765). Red value is 76 (30.08% from 255 or 64.96% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0524 is #B3FADB. Grayscale: #1D1D1D. Windows color (decimal): -11795164 or 2360652. OLE color: 2360652.

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

Color convert

RGB 76 5 36 -
CMYK 0 0.93 0.53 0.70
HSL 333.8º 0.88% 0.16% -
HSV(B) 333.8º 0.93% 0.3% -
XYZ 3.35 1.77 1.83 -
YUV 29.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 76 5 36 0 0.93 0.53 0.70 333.8 0.88 0.16
Hex 4C 5 24 0 5D 35 46 14E 58 10
Octal 114 5 44 0 135 65 106 516 130 20
Binary 1001100 101 100100 0 1011101 110101 1000110 101001110 1011000 10000

Color Harmonies of #4C0524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0524

Black with #4C0524

Text Example


Text Example

White with #4C0524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,5,36); }

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

background-color css

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

 a { background-color: rgb(76,5,36); }

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

border-color css

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

 span { border-color: rgb(76,5,36); }

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