#4B0324

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

Shades of Blackberry #4B0324

Tints of Blackberry #4B0324

Color information

#4B0324 (or 0x4B0324) is unknown color: approx Blackberry. HEX triplet: 4B, 03 and 24. RGB value is (75,3,36). Sum of RGB (Red+Green+Blue) = 75+3+36=114 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.79% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 36 (14.45% from 255 or 31.58% from 114); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0324 is #B4FCDB. Grayscale: #1C1C1C. Windows color (decimal): -11861212 or 2360139. OLE color: 2360139.

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

Color convert

RGB75336-
CMYK00.960.520.71
HSL332.5º92.31%15.29%-
HSV(B)332.5º96%29.41%-
XYZ3.251.691.82-
YUV28.29132.35161.32-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 65.79%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 36 (14.45% from 255) = 31.58%
R=65.79%
G=2.63%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.52
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7533600.960.520.71332.592.3115.29
Hex4B324060344714c5cf
Octal11334401406410751413417
Binary10010111110010001100000110100100011110100110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,3,36); }

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

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

 a { background-color: rgb(75,3,36); }

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

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

 span { border-color: rgb(75,3,36); }

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