#4C072B

Color #4C072B Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4C072B

Tints of Blackberry #4C072B

Color information

#4C072B (or 0x4C072B) is unknown color: approx Blackberry. HEX triplet: 4C, 07 and 2B. RGB value is (76,7,43). Sum of RGB (Red+Green+Blue) = 76+7+43=126 (16% of max value = 765). Red value is 76 (30.08% from 255 or 60.32% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 76 - color contains mainly: red. Hex color #4C072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C072B is #B3F8D4. Grayscale: #1F1F1F. Windows color (decimal): -11794645 or 2819916. OLE color: 2819916.

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

Color convert

RGB76743-
CMYK00.910.430.70
HSL328.7º83.13%16.27%-
HSV(B)328.7º90.79%29.8%-
XYZ3.491.862.46-
YUV31.74134.36159.57-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 60.32%
GREEN value IS 7 (3.12% from 255) = 5.56%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=60.32%
G=5.56%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7674300.910.430.70328.783.1316.27
Hex4C72B05B2B461495310
Octal11475301335310651112320
Binary1001100111101011010110111010111000110101001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C072B;
 }
 .AnyTagClassName
 {
   color: #4C072B;
 }
</style>
background-color css

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

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

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

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

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

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