#300A1E

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

Shades of Blackberry #300A1E

Tints of Blackberry #300A1E

Color information

#300A1E (or 0x300A1E) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 1E. RGB value is (48,10,30). Sum of RGB (Red+Green+Blue) = 48+10+30=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 10 (4.30% from 255 or 11.36% from 88); Blue value is 30 (12.11% from 255 or 34.09% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1E is #CFF5E1. Grayscale: #171717. Windows color (decimal): -13628898 or 1968688. OLE color: 1968688.

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

Color convert

RGB481030-
CMYK00.790.370.81
HSL328.42º65.52%11.37%-
HSV(B)328.42º79.17%18.82%-
XYZ1.560.941.33-
YUV23.64131.59145.37-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 11.36%
BLUE value IS 30 (12.11% from 255) = 34.09%
R=54.55%
G=11.36%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48103000.790.370.81328.4265.5211.37
Hex30A1E04F255114842b
Octal60123601174512151010213
Binary11000010101111001001111100101101000110100100010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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