#320618

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

Shades of Blackberry #320618

Tints of Blackberry #320618

Color information

#320618 (or 0x320618) is unknown color: approx Blackberry. HEX triplet: 32, 06 and 18. RGB value is (50,6,24). Sum of RGB (Red+Green+Blue) = 50+6+24=80 (10% of max value = 765). Red value is 50 (19.92% from 255 or 62.5% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 24 (9.77% from 255 or 30% from 80); Max value from RGB is 50 - color contains mainly: red. Hex color #320618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #320618 is #CDF9E7. Grayscale: #151515. Windows color (decimal): -13498856 or 1574450. OLE color: 1574450.

HSL color Cylindrical-coordinate representation of color #320618: hue angle of 335.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #320618 is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.80.

Color convert

RGB50624-
CMYK00.880.520.80
HSL335.45º78.57%10.98%-
HSV(B)335.45º88%19.61%-
XYZ1.550.870.95-
YUV21.21129.58148.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 62.5%
GREEN value IS 6 (2.73% from 255) = 7.5%
BLUE value IS 24 (9.77% from 255) = 30%
R=62.5%
G=7.5%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.52
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5062400.880.520.80335.4578.5710.98
Hex32618058345014f4fb
Octal6263001306412051711713
Binary1100101101100001011000110100101000010100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320618; }

 p { color: rgb(50,6,24); }

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

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

 a { background-color: rgb(50,6,24); }

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

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

 span { border-color: rgb(50,6,24); }

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