#300823

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

Shades of Blackberry #300823

Tints of Blackberry #300823

Color information

#300823 (or 0x300823) is unknown color: approx Blackberry. HEX triplet: 30, 08 and 23. RGB value is (48,8,35). Sum of RGB (Red+Green+Blue) = 48+8+35=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 8 (3.52% from 255 or 8.79% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300823 is #CFF7DC. Grayscale: #161616. Windows color (decimal): -13629405 or 2295856. OLE color: 2295856.

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

Color convert

RGB48835-
CMYK00.830.270.81
HSL319.5º71.43%10.98%-
HSV(B)319.5º83.33%18.82%-
XYZ1.610.921.68-
YUV23.04134.75145.8-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 8 (3.52% from 255) = 8.79%
BLUE value IS 35 (14.06% from 255) = 38.46%
R=52.75%
G=8.79%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4883500.830.270.81319.571.4310.98
Hex308230531B5114047b
Octal60104301233312150010713
Binary11000010001000110101001111011101000110100000010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300823; }

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

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

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

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

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

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

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

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