Html Css Color HEX #4C022A Blackberry

📋 copy color: '#4C022A'

red 76 ◦ green 2 ◦ blue 42

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

Shades of Blackberry #4C022A

Tints of Blackberry #4C022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.67%

 BLUE value IS 42 (16.8% from 255) = 35%

R = 63.33%
G = 1.67%
B = 35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#4C022A (or 0x4C022A) is known color: Blackberry. HEX triplet: 4C, 02 and 2A. RGB value is (76,2,42). Sum of RGB (Red+Green+Blue) = 76+2+42=120 (15% of max value = 765). Red value is 76 (30.08% from 255 or 63.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 76 - color contains mainly: red. Hex color #4C022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C022A is #B3FDD5. Grayscale: #1C1C1C. Windows color (decimal): -11795926 or 2753100. OLE color: 2753100.

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

Color convert

RGB 76 2 42 -
CMYK 0 0.97 0.45 0.70
HSL 327.57º 0.95% 0.15% -
HSV(B) 327.57º 0.97% 0.3% -
XYZ 3.42 1.75 2.35 -
YUV 28.69 135.52 161.75 -
System Red Green Blue C M Y K H S L
Decimal 76 2 42 0 0.97 0.45 0.70 327.57 0.95 0.15
Hex 4C 2 2A 0 61 2D 46 148 5F F
Octal 114 2 52 0 141 55 106 510 137 17
Binary 1001100 10 101010 0 1100001 101101 1000110 101001000 1011111 1111

Color Harmonies of #4C022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C022A

Black with #4C022A

Text Example


Text Example

White with #4C022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,2,42); }

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

background-color css

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

 a { background-color: rgb(76,2,42); }

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

border-color css

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

 span { border-color: rgb(76,2,42); }

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