#320F1D

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

Shades of Blackberry #320F1D

Tints of Blackberry #320F1D

Color information

#320F1D (or 0x320F1D) is unknown color: approx Blackberry. HEX triplet: 32, 0F and 1D. RGB value is (50,15,29). Sum of RGB (Red+Green+Blue) = 50+15+29=94 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.19% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 50 - color contains mainly: red. Hex color #320F1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F1D is #CDF0E2. Grayscale: #1B1B1B. Windows color (decimal): -13496547 or 1904434. OLE color: 1904434.

HSL color Cylindrical-coordinate representation of color #320F1D: hue angle of 336º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #320F1D is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB501529-
CMYK00.700.420.80
HSL336º53.85%12.75%-
HSV(B)336º70%19.61%-
XYZ1.711.111.29-
YUV27.06129.1144.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.19%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=53.19%
G=15.96%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50152900.700.420.8033653.8512.75
Hex32F1D0462A5015036d
Octal6217350106521205206615
Binary1100101111111010100011010101010100001010100001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,29); }

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

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

 a { background-color: rgb(50,15,29); }

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

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

 span { border-color: rgb(50,15,29); }

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