#300A1A

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

Shades of Blackberry #300A1A

Tints of Blackberry #300A1A

Color information

#300A1A (or 0x300A1A) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 1A. RGB value is (48,10,26). Sum of RGB (Red+Green+Blue) = 48+10+26=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 26 (10.55% from 255 or 30.95% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1A is #CFF5E5. Grayscale: #171717. Windows color (decimal): -13628902 or 1706544. OLE color: 1706544.

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

Color convert

RGB481026-
CMYK00.790.460.81
HSL334.74º65.52%11.37%-
HSV(B)334.74º79.17%18.82%-
XYZ1.510.921.08-
YUV23.19129.59145.7-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 57.14%
GREEN value IS 10 (4.30% from 255) = 11.90%
BLUE value IS 26 (10.55% from 255) = 30.95%
R=57.14%
G=11.90%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102600.790.460.81334.7465.5211.37
Hex30A1A04F2E5114f42b
Octal60123201175612151710213
Binary11000010101101001001111101110101000110100111110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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