#4B0C33

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

Shades of Blackberry #4B0C33

Tints of Blackberry #4B0C33

Color information

#4B0C33 (or 0x4B0C33) is unknown color: approx Blackberry. HEX triplet: 4B, 0C and 33. RGB value is (75,12,51). Sum of RGB (Red+Green+Blue) = 75+12+51=138 (18% of max value = 765). Red value is 75 (29.69% from 255 or 54.35% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 51 (20.31% from 255 or 36.96% from 138); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0C33 is #B4F3CC. Grayscale: #232323. Windows color (decimal): -11858893 or 3345483. OLE color: 3345483.

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

Color convert

RGB751251-
CMYK00.840.320.71
HSL322.86º72.41%17.06%-
HSV(B)322.86º84%29.41%-
XYZ3.6323.33-
YUV35.28136.87156.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 54.35%
GREEN value IS 12 (5.08% from 255) = 8.70%
BLUE value IS 51 (20.31% from 255) = 36.96%
R=54.35%
G=8.70%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75125100.840.320.71322.8672.4117.06
Hex4BC3305420471434811
Octal113146301244010750311021
Binary10010111100110011010101001000001000111101000011100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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