#300822

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

Shades of Blackberry #300822

Tints of Blackberry #300822

Color information

#300822 (or 0x300822) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 22. RGB value is (48,8,34). Sum of RGB (Red+Green+Blue) = 48+8+34=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300822 is #CFF7DD. Grayscale: #161616. Windows color (decimal): -13629406 or 2230320. OLE color: 2230320.

HSL color Cylindrical-coordinate representation of color #300822: hue angle of 321º 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 #300822 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB48834-
CMYK00.830.290.81
HSL321º71.43%10.98%-
HSV(B)321º83.33%18.82%-
XYZ1.590.921.61-
YUV22.92134.25145.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 34 (13.67% from 255) = 37.78%
R=53.33%
G=8.89%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883400.830.290.8132171.4310.98
Hex308220531D5114147b
Octal60104201233512150110713
Binary11000010001000100101001111101101000110100000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300822; }

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

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

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

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

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

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

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

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