#300B1A

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

Shades of Blackberry #300B1A

Tints of Blackberry #300B1A

Color information

#300B1A (or 0x300B1A) is unknown color: approx Blackberry. HEX triplet: 30, 0B and 1A. RGB value is (48,11,26). Sum of RGB (Red+Green+Blue) = 48+11+26=85 (11% of max value = 765). Red value is 48 (19.14% from 255 or 56.47% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 26 (10.55% from 255 or 30.59% from 85); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1A is #CFF4E5. Grayscale: #171717. Windows color (decimal): -13628646 or 1706800. OLE color: 1706800.

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

Color convert

RGB481126-
CMYK00.770.460.81
HSL335.68º62.71%11.57%-
HSV(B)335.68º77.08%18.82%-
XYZ1.530.941.08-
YUV23.77129.26145.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 56.47%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 26 (10.55% from 255) = 30.59%
R=56.47%
G=12.94%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.46
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48112600.770.460.81335.6862.7111.57
Hex30B1A04D2E511503fc
Octal6013320115561215207714
Binary1100001011110100100110110111010100011010100001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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