#4B0C40

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

Shades of Blackberry #4B0C40

Tints of Blackberry #4B0C40

Color information

#4B0C40 (or 0x4B0C40) is unknown color: approx Blackberry. HEX triplet: 4B, 0C and 40. RGB value is (75,12,64). Sum of RGB (Red+Green+Blue) = 75+12+64=151 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.67% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C40 is #B4F3BF. Grayscale: #242424. Windows color (decimal): -11858880 or 4197451. OLE color: 4197451.

HSL color Cylindrical-coordinate representation of color #4B0C40: hue angle of 310.48º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B0C40 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB751264-
CMYK00.840.150.71
HSL310.48º72.41%17.06%-
HSV(B)310.48º84%29.41%-
XYZ3.962.135.05-
YUV36.76143.37155.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 49.67%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=49.67%
G=7.95%
B=42.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75126400.840.150.71310.4872.4117.06
Hex4BC40054F471364811
Octal1131410001241710746611021
Binary1001011110010000000101010011111000111100110110100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,12,64); }

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

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

 a { background-color: rgb(75,12,64); }

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

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

 span { border-color: rgb(75,12,64); }

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