#300622

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

Shades of Blackberry #300622

Tints of Blackberry #300622

Color information

#300622 (or 0x300622) is unknown color: approx Blackberry. HEX triplet: 30, 06 and 22. RGB value is (48,6,34). Sum of RGB (Red+Green+Blue) = 48+6+34=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 6 (2.73% from 255 or 6.82% from 88); Blue value is 34 (13.67% from 255 or 38.64% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300622 is #CFF9DD. Grayscale: #151515. Windows color (decimal): -13629918 or 2229808. OLE color: 2229808.

HSL color Cylindrical-coordinate representation of color #300622: hue angle of 320º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #300622 is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB48634-
CMYK00.870.290.81
HSL320º77.78%10.59%-
HSV(B)320º87.5%18.82%-
XYZ1.570.871.6-
YUV21.75134.91146.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 6 (2.73% from 255) = 6.82%
BLUE value IS 34 (13.67% from 255) = 38.64%
R=54.55%
G=6.82%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4863400.870.290.8132077.7810.59
Hex306220571D511404eb
Octal6064201273512150011613
Binary1100001101000100101011111101101000110100000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300622; }

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

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

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

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

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

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

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

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