#4B0D32

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

Shades of Blackberry #4B0D32

Tints of Blackberry #4B0D32

Color information

#4B0D32 (or 0x4B0D32) is unknown color: approx Blackberry. HEX triplet: 4B, 0D and 32. RGB value is (75,13,50). Sum of RGB (Red+Green+Blue) = 75+13+50=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 50 (19.92% from 255 or 36.23% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D32 is #B4F2CD. Grayscale: #232323. Windows color (decimal): -11858638 or 3280203. OLE color: 3280203.

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

Color convert

RGB751350-
CMYK00.830.330.71
HSL324.19º70.45%17.25%-
HSV(B)324.19º82.67%29.41%-
XYZ3.622.013.22-
YUV35.76136.04155.99-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 50 (19.92% from 255) = 36.23%
R=54.35%
G=9.42%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75135000.830.330.71324.1970.4517.25
Hex4BD3205321471444611
Octal113156201234110750410621
Binary10010111101110010010100111000011000111101000100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,13,50); }

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

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

 a { background-color: rgb(75,13,50); }

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

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

 span { border-color: rgb(75,13,50); }

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