#300222

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

Shades of Blackberry #300222

Tints of Blackberry #300222

Color information

#300222 (or 0x300222) is unknown color: approx Blackberry. HEX triplet: 30, 02 and 22. RGB value is (48,2,34). Sum of RGB (Red+Green+Blue) = 48+2+34=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 34 (13.67% from 255 or 40.48% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300222 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300222 is #CFFDDD. Grayscale: #131313. Windows color (decimal): -13630942 or 2228784. OLE color: 2228784.

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

Color convert

RGB48234-
CMYK00.960.290.81
HSL318.26º92%9.8%-
HSV(B)318.26º95.83%18.82%-
XYZ1.530.791.58-
YUV19.4136.24148.4-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 34 (13.67% from 255) = 40.48%
R=57.14%
G=2.38%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4823400.960.290.81318.26929.8
Hex302220601D5113e5ca
Octal6024201403512147613412
Binary110000101000100110000011101101000110011111010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300222; }

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

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

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

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

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

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

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

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