#300921

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

Shades of Blackberry #300921

Tints of Blackberry #300921

Color information

#300921 (or 0x300921) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 21. RGB value is (48,9,33). Sum of RGB (Red+Green+Blue) = 48+9+33=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300921 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300921 is #CFF6DE. Grayscale: #171717. Windows color (decimal): -13629151 or 2165040. OLE color: 2165040.

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

Color convert

RGB48933-
CMYK00.810.310.81
HSL323.08º68.42%11.18%-
HSV(B)323.08º81.25%18.82%-
XYZ1.590.931.54-
YUV23.4133.42145.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 36.67%
R=53.33%
G=10%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893300.810.310.81323.0868.4211.18
Hex309210511F5114344b
Octal60114101213712150310413
Binary11000010011000010101000111111101000110100001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300921; }

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

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

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

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

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

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

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

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