#300922

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

Shades of Blackberry #300922

Tints of Blackberry #300922

Color information

#300922 (or 0x300922) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 22. RGB value is (48,9,34). Sum of RGB (Red+Green+Blue) = 48+9+34=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 34 (13.67% from 255 or 37.36% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300922 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300922 is #CFF6DD. Grayscale: #171717. Windows color (decimal): -13629150 or 2230576. OLE color: 2230576.

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

Color convert

RGB48934-
CMYK00.810.290.81
HSL321.54º68.42%11.18%-
HSV(B)321.54º81.25%18.82%-
XYZ1.610.941.61-
YUV23.51133.92145.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 9 (3.91% from 255) = 9.89%
BLUE value IS 34 (13.67% from 255) = 37.36%
R=52.75%
G=9.89%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893400.810.290.81321.5468.4211.18
Hex309220511D5114244b
Octal60114201213512150210413
Binary11000010011000100101000111101101000110100001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300922; }

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

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

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

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

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

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

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

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