#4B0323

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

Shades of Blackberry #4B0323

Tints of Blackberry #4B0323

Color information

#4B0323 (or 0x4B0323) is unknown color: approx Blackberry. HEX triplet: 4B, 03 and 23. RGB value is (75,3,35). Sum of RGB (Red+Green+Blue) = 75+3+35=113 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.37% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0323 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0323 is #B4FCDC. Grayscale: #1C1C1C. Windows color (decimal): -11861213 or 2294603. OLE color: 2294603.

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

Color convert

RGB75335-
CMYK00.960.530.71
HSL333.33º92.31%15.29%-
HSV(B)333.33º96%29.41%-
XYZ3.241.681.74-
YUV28.18131.85161.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.37%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=66.37%
G=2.65%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7533500.960.530.71333.3392.3115.29
Hex4B323060354714d5cf
Octal11334301406510751513417
Binary10010111110001101100000110101100011110100110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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