Html Css Color HEX #4C0329 Blackberry

📋 copy color: '#4C0329'

red 76 ◦ green 3 ◦ blue 41

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

Shades of Blackberry #4C0329

Tints of Blackberry #4C0329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 34.17%

R = 63.33%
G = 2.5%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.70

RGB Variations

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

Color information

#4C0329 (or 0x4C0329) is known color: Blackberry. HEX triplet: 4C, 03 and 29. RGB value is (76,3,41). Sum of RGB (Red+Green+Blue) = 76+3+41=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 41 (16.41% from 255 or 34.17% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0329 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0329 is #B3FCD6. Grayscale: #1D1D1D. Windows color (decimal): -11795671 or 2687820. OLE color: 2687820.

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

Color convert

RGB 76 3 41 -
CMYK 0 0.96 0.46 0.70
HSL 328.77º 0.92% 0.15% -
HSV(B) 328.77º 0.96% 0.3% -
XYZ 3.41 1.76 2.26 -
YUV 29.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 76 3 41 0 0.96 0.46 0.70 328.77 0.92 0.15
Hex 4C 3 29 0 60 2E 46 149 5C F
Octal 114 3 51 0 140 56 106 511 134 17
Binary 1001100 11 101001 0 1100000 101110 1000110 101001001 1011100 1111

Color Harmonies of #4C0329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0329

Black with #4C0329

Text Example


Text Example

White with #4C0329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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