Html Css Color HEX #4C0324 Blackberry

📋 copy color: '#4C0324'

red 76 ◦ green 3 ◦ blue 36

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

Shades of Blackberry #4C0324

Tints of Blackberry #4C0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.61%

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

R = 66.09%
G = 2.61%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.70

RGB Variations

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

Color information

#4C0324 (or 0x4C0324) is known color: Blackberry. HEX triplet: 4C, 03 and 24. RGB value is (76,3,36). Sum of RGB (Red+Green+Blue) = 76+3+36=115 (15% of max value = 765). Red value is 76 (30.08% from 255 or 66.09% from 115); Green value is 3 (1.56% from 255 or 2.61% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0324 is #B3FCDB. Grayscale: #1C1C1C. Windows color (decimal): -11795676 or 2360140. OLE color: 2360140.

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

Color convert

RGB 76 3 36 -
CMYK 0 0.96 0.53 0.70
HSL 332.88º 0.92% 0.15% -
HSV(B) 332.88º 0.96% 0.3% -
XYZ 3.33 1.73 1.83 -
YUV 28.59 132.18 161.82 -
System Red Green Blue C M Y K H S L
Decimal 76 3 36 0 0.96 0.53 0.70 332.88 0.92 0.15
Hex 4C 3 24 0 60 35 46 14D 5C F
Octal 114 3 44 0 140 65 106 515 134 17
Binary 1001100 11 100100 0 1100000 110101 1000110 101001101 1011100 1111

Color Harmonies of #4C0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0324

Black with #4C0324

Text Example


Text Example

White with #4C0324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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