#320C1C

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

Shades of Blackberry #320C1C

Tints of Blackberry #320C1C

Color information

#320C1C (or 0x320C1C) is unknown color: approx Blackberry. HEX triplet: 32, 0C and 1C. RGB value is (50,12,28). Sum of RGB (Red+Green+Blue) = 50+12+28=90 (11% of max value = 765). Red value is 50 (19.92% from 255 or 55.56% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1C is #CDF3E3. Grayscale: #191919. Windows color (decimal): -13497316 or 1838130. OLE color: 1838130.

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

Color convert

RGB501228-
CMYK00.760.440.80
HSL334.74º61.29%12.16%-
HSV(B)334.74º76%19.61%-
XYZ1.661.021.21-
YUV25.19129.59145.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 55.56%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 28 (11.33% from 255) = 31.11%
R=55.56%
G=13.33%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.44
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50122800.760.440.80334.7461.2912.16
Hex32C1C04C2C5014f3dc
Octal6214340114541205177514
Binary1100101100111000100110010110010100001010011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,12,28); }

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

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

 a { background-color: rgb(50,12,28); }

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

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

 span { border-color: rgb(50,12,28); }

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