#300A23

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

Shades of Blackberry #300A23

Tints of Blackberry #300A23

Color information

#300A23 (or 0x300A23) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 23. RGB value is (48,10,35). Sum of RGB (Red+Green+Blue) = 48+10+35=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 35 (14.06% from 255 or 37.63% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300A23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A23 is #CFF5DC. Grayscale: #181818. Windows color (decimal): -13628893 or 2296368. OLE color: 2296368.

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

Color convert

RGB481035-
CMYK00.790.270.81
HSL320.53º65.52%11.37%-
HSV(B)320.53º79.17%18.82%-
XYZ1.630.971.69-
YUV24.21134.09144.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 10 (4.30% from 255) = 10.75%
BLUE value IS 35 (14.06% from 255) = 37.63%
R=51.61%
G=10.75%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103500.790.270.81320.5365.5211.37
Hex30A2304F1B5114142b
Octal60124301173312150110213
Binary11000010101000110100111111011101000110100000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300A23; }

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

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

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

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

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

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

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

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