#300820

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

Shades of Blackberry #300820

Tints of Blackberry #300820

Color information

#300820 (or 0x300820) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 20. RGB value is (48,8,32). Sum of RGB (Red+Green+Blue) = 48+8+32=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300820 is #CFF7DF. Grayscale: #161616. Windows color (decimal): -13629408 or 2099248. OLE color: 2099248.

HSL color Cylindrical-coordinate representation of color #300820: hue angle of 324º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #300820 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB48832-
CMYK00.830.330.81
HSL324º71.43%10.98%-
HSV(B)324º83.33%18.82%-
XYZ1.570.911.46-
YUV22.7133.25146.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 32 (12.89% from 255) = 36.36%
R=54.55%
G=9.09%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883200.830.330.8132471.4310.98
Hex30820053215114447b
Octal60104001234112150410713
Binary110000100010000001010011100001101000110100010010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300820; }

 p { color: rgb(48,8,32); }

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

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

 a { background-color: rgb(48,8,32); }

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

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

 span { border-color: rgb(48,8,32); }

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