#320B23

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

Shades of Blackberry #320B23

Tints of Blackberry #320B23

Color information

#320B23 (or 0x320B23) is unknown color: approx Blackberry. HEX triplet: 32, 0B and 23. RGB value is (50,11,35). Sum of RGB (Red+Green+Blue) = 50+11+35=96 (12% of max value = 765). Red value is 50 (19.92% from 255 or 52.08% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 35 (14.06% from 255 or 36.46% from 96); Max value from RGB is 50 - color contains mainly: red. Hex color #320B23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B23 is #CDF4DC. Grayscale: #191919. Windows color (decimal): -13497565 or 2296626. OLE color: 2296626.

HSL color Cylindrical-coordinate representation of color #320B23: hue angle of 323.08º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B23 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB501135-
CMYK00.780.300.80
HSL323.08º63.93%11.96%-
HSV(B)323.08º78%19.61%-
XYZ1.741.041.7-
YUV25.4133.42145.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 52.08%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 35 (14.06% from 255) = 36.46%
R=52.08%
G=11.46%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50113500.780.300.80323.0863.9311.96
Hex32B2304E1E5014340c
Octal62134301163612050310014
Binary11001010111000110100111011110101000010100001110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B23; }

 p { color: rgb(50,11,35); }

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

<style>
 a { background-color: #320B23; }

 a { background-color: rgb(50,11,35); }

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

<style>
 span { border-color: #320B23; }

 span { border-color: rgb(50,11,35); }

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