#300A1C

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

Shades of Blackberry #300A1C

Tints of Blackberry #300A1C

Color information

#300A1C (or 0x300A1C) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 1C. RGB value is (48,10,28). Sum of RGB (Red+Green+Blue) = 48+10+28=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1C is #CFF5E3. Grayscale: #171717. Windows color (decimal): -13628900 or 1837616. OLE color: 1837616.

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

Color convert

RGB481028-
CMYK00.790.420.81
HSL331.58º65.52%11.37%-
HSV(B)331.58º79.17%18.82%-
XYZ1.540.931.2-
YUV23.41130.59145.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=55.81%
G=11.63%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102800.790.420.81331.5865.5211.37
Hex30A1C04F2A5114c42b
Octal60123401175212151410213
Binary11000010101110001001111101010101000110100110010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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