Html Css Color HEX #4C052B Blackberry

📋 copy color: '#4C052B'

red 76 ◦ green 5 ◦ blue 43

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

Shades of Blackberry #4C052B

Tints of Blackberry #4C052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.68%

R = 61.29%
G = 4.03%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.70

RGB Variations

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

Color information

#4C052B (or 0x4C052B) is known color: Blackberry. HEX triplet: 4C, 05 and 2B. RGB value is (76,5,43). Sum of RGB (Red+Green+Blue) = 76+5+43=124 (16% of max value = 765). Red value is 76 (30.08% from 255 or 61.29% from 124); Green value is 5 (2.34% from 255 or 4.03% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 76 - color contains mainly: red. Hex color #4C052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C052B is #B3FAD4. Grayscale: #1E1E1E. Windows color (decimal): -11795157 or 2819404. OLE color: 2819404.

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

Color convert

RGB 76 5 43 -
CMYK 0 0.93 0.43 0.70
HSL 327.89º 0.88% 0.16% -
HSV(B) 327.89º 0.93% 0.3% -
XYZ 3.47 1.82 2.45 -
YUV 30.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 76 5 43 0 0.93 0.43 0.70 327.89 0.88 0.16
Hex 4C 5 2B 0 5D 2B 46 148 58 10
Octal 114 5 53 0 135 53 106 510 130 20
Binary 1001100 101 101011 0 1011101 101011 1000110 101001000 1011000 10000

Color Harmonies of #4C052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C052B

Black with #4C052B

Text Example


Text Example

White with #4C052B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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