#4B073C

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

Shades of Blackberry #4B073C

Tints of Blackberry #4B073C

Color information

#4B073C (or 0x4B073C) is unknown color: approx Blackberry. HEX triplet: 4B, 07 and 3C. RGB value is (75,7,60). Sum of RGB (Red+Green+Blue) = 75+7+60=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B073C is #B4F8C3. Grayscale: #212121. Windows color (decimal): -11860164 or 3934027. OLE color: 3934027.

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

Color convert

RGB75760-
CMYK00.910.200.71
HSL313.24º82.93%16.08%-
HSV(B)313.24º90.67%29.41%-
XYZ3.791.974.46-
YUV33.37143.03157.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 52.82%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 60 (23.83% from 255) = 42.25%
R=52.82%
G=4.93%
B=42.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7576000.910.200.71313.2482.9316.08
Hex4B73C05B14471395310
Octal11377401332410747112320
Binary100101111111110001011011101001000111100111001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,7,60); }

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

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

 a { background-color: rgb(75,7,60); }

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

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

 span { border-color: rgb(75,7,60); }

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