#300B1E

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

Shades of Blackberry #300B1E

Tints of Blackberry #300B1E

Color information

#300B1E (or 0x300B1E) is unknown color: approx Blackberry. HEX triplet: 30, 0B and 1E. RGB value is (48,11,30). Sum of RGB (Red+Green+Blue) = 48+11+30=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1E is #CFF4E1. Grayscale: #181818. Windows color (decimal): -13628642 or 1968944. OLE color: 1968944.

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

Color convert

RGB481130-
CMYK00.770.370.81
HSL329.19º62.71%11.57%-
HSV(B)329.19º77.08%18.82%-
XYZ1.570.961.33-
YUV24.23131.26144.96-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.93%
GREEN value IS 11 (4.69% from 255) = 12.36%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=53.93%
G=12.36%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48113000.770.370.81329.1962.7111.57
Hex30B1E04D25511493fc
Octal6013360115451215117714
Binary1100001011111100100110110010110100011010010011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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