#300B1B

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

Shades of Blackberry #300B1B

Tints of Blackberry #300B1B

Color information

#300B1B (or 0x300B1B) is unknown color: approx Blackberry. HEX triplet: 30, 0B and 1B. RGB value is (48,11,27). Sum of RGB (Red+Green+Blue) = 48+11+27=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 27 (10.94% from 255 or 31.40% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1B is #CFF4E4. Grayscale: #171717. Windows color (decimal): -13628645 or 1772336. OLE color: 1772336.

HSL color Cylindrical-coordinate representation of color #300B1B: hue angle of 334.05º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #300B1B is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB481127-
CMYK00.770.440.81
HSL334.05º62.71%11.57%-
HSV(B)334.05º77.08%18.82%-
XYZ1.540.951.14-
YUV23.89129.76145.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 11 (4.69% from 255) = 12.79%
BLUE value IS 27 (10.94% from 255) = 31.40%
R=55.81%
G=12.79%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112700.770.440.81334.0562.7111.57
Hex30B1B04D2C5114e3fc
Octal6013330115541215167714
Binary1100001011110110100110110110010100011010011101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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