#300723

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

Shades of Blackberry #300723

Tints of Blackberry #300723

Color information

#300723 (or 0x300723) is unknown color: approx Blackberry. HEX triplet: 30, 07 and 23. RGB value is (48,7,35). Sum of RGB (Red+Green+Blue) = 48+7+35=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 35 (14.06% from 255 or 38.89% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300723 is #CFF8DC. Grayscale: #161616. Windows color (decimal): -13629661 or 2295600. OLE color: 2295600.

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

Color convert

RGB48735-
CMYK00.850.270.81
HSL319.02º74.55%10.78%-
HSV(B)319.02º85.42%18.82%-
XYZ1.60.91.68-
YUV22.45135.08146.22-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 7 (3.12% from 255) = 7.78%
BLUE value IS 35 (14.06% from 255) = 38.89%
R=53.33%
G=7.78%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4873500.850.270.81319.0274.5510.78
Hex307230551B5113f4bb
Octal6074301253312147711313
Binary1100001111000110101010111011101000110011111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300723; }

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

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

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

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

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

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

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

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