#300A1B

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

Shades of Blackberry #300A1B

Tints of Blackberry #300A1B

Color information

#300A1B (or 0x300A1B) is unknown color: approx Blackberry. HEX triplet: 30, 0A and 1B. RGB value is (48,10,27). Sum of RGB (Red+Green+Blue) = 48+10+27=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 10 (4.30% from 255 or 11.76% from 85); Blue value is 27 (10.94% from 255 or 31.76% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300A1B is #CFF5E4. Grayscale: #171717. Windows color (decimal): -13628901 or 1772080. OLE color: 1772080.

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

Color convert

RGB481027-
CMYK00.790.440.81
HSL333.16º65.52%11.37%-
HSV(B)333.16º79.17%18.82%-
XYZ1.530.921.13-
YUV23.3130.09145.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 10 (4.30% from 255) = 11.76%
BLUE value IS 27 (10.94% from 255) = 31.76%
R=56.47%
G=11.76%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48102700.790.440.81333.1665.5211.37
Hex30A1B04F2C5114d42b
Octal60123301175412151510213
Binary11000010101101101001111101100101000110100110110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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