#300923

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

Shades of Blackberry #300923

Tints of Blackberry #300923

Color information

#300923 (or 0x300923) is unknown color: approx Blackberry. HEX triplet: 30, 09 and 23. RGB value is (48,9,35). Sum of RGB (Red+Green+Blue) = 48+9+35=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 9 (3.91% from 255 or 9.78% from 92); Blue value is 35 (14.06% from 255 or 38.04% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #300923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300923 is #CFF6DC. Grayscale: #171717. Windows color (decimal): -13629149 or 2296112. OLE color: 2296112.

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

Color convert

RGB48935-
CMYK00.810.270.81
HSL320º68.42%11.18%-
HSV(B)320º81.25%18.82%-
XYZ1.620.951.69-
YUV23.62134.42145.39-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.17%
GREEN value IS 9 (3.91% from 255) = 9.78%
BLUE value IS 35 (14.06% from 255) = 38.04%
R=52.17%
G=9.78%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4893500.810.270.8132068.4211.18
Hex309230511B5114044b
Octal60114301213312150010413
Binary11000010011000110101000111011101000110100000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300923; }

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

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

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

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

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

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

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

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