#320C1E

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

Shades of Blackberry #320C1E

Tints of Blackberry #320C1E

Color information

#320C1E (or 0x320C1E) is unknown color: approx Blackberry. HEX triplet: 32, 0C and 1E. RGB value is (50,12,30). Sum of RGB (Red+Green+Blue) = 50+12+30=92 (12% of max value = 765). Red value is 50 (19.92% from 255 or 54.35% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 50 - color contains mainly: red. Hex color #320C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320C1E is #CDF3E1. Grayscale: #191919. Windows color (decimal): -13497314 or 1969202. OLE color: 1969202.

HSL color Cylindrical-coordinate representation of color #320C1E: hue angle of 331.58º 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 #320C1E is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB501230-
CMYK00.760.400.80
HSL331.58º61.29%12.16%-
HSV(B)331.58º76%19.61%-
XYZ1.681.031.34-
YUV25.41130.59145.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 54.35%
GREEN value IS 12 (5.08% from 255) = 13.04%
BLUE value IS 30 (12.11% from 255) = 32.61%
R=54.35%
G=13.04%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50123000.760.400.80331.5861.2912.16
Hex32C1E04C285014c3dc
Octal6214360114501205147514
Binary1100101100111100100110010100010100001010011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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