#4B0D39

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

Shades of Blackberry #4B0D39

Tints of Blackberry #4B0D39

Color information

#4B0D39 (or 0x4B0D39) is unknown color: approx Blackberry. HEX triplet: 4B, 0D and 39. RGB value is (75,13,57). Sum of RGB (Red+Green+Blue) = 75+13+57=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 13 (5.47% from 255 or 8.97% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0D39 is #B4F2C6. Grayscale: #242424. Windows color (decimal): -11858631 or 3738955. OLE color: 3738955.

HSL color Cylindrical-coordinate representation of color #4B0D39: hue angle of 317.42º 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 #4B0D39 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB751357-
CMYK00.830.240.71
HSL317.42º70.45%17.25%-
HSV(B)317.42º82.67%29.41%-
XYZ3.782.084.07-
YUV36.55139.54155.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 51.72%
GREEN value IS 13 (5.47% from 255) = 8.97%
BLUE value IS 57 (22.66% from 255) = 39.31%
R=51.72%
G=8.97%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75135700.830.240.71317.4270.4517.25
Hex4BD39053184713d4611
Octal113157101233010747510621
Binary1001011110111100101010011110001000111100111101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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