#300722

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

Shades of Blackberry #300722

Tints of Blackberry #300722

Color information

#300722 (or 0x300722) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 22. RGB value is (48,7,34). Sum of RGB (Red+Green+Blue) = 48+7+34=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300722 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300722 is #CFF8DD. Grayscale: #161616. Windows color (decimal): -13629662 or 2230064. OLE color: 2230064.

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

Color convert

RGB48734-
CMYK00.850.290.81
HSL320.49º74.55%10.78%-
HSV(B)320.49º85.42%18.82%-
XYZ1.580.91.6-
YUV22.34134.58146.3-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 7 (3.12% from 255) = 7.87%
BLUE value IS 34 (13.67% from 255) = 38.20%
R=53.93%
G=7.87%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4873400.850.290.81320.4974.5510.78
Hex307220551D511404bb
Octal6074201253512150011313
Binary1100001111000100101010111101101000110100000010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300722; }

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

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

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

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

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

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

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

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