#300B1F

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

Shades of Blackberry #300B1F

Tints of Blackberry #300B1F

Color information

#300B1F (or 0x300B1F) is unknown color: approx Blackberry. HEX triplet: 30, 0B and 1F. RGB value is (48,11,31). Sum of RGB (Red+Green+Blue) = 48+11+31=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 11 (4.69% from 255 or 12.22% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300B1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300B1F is #CFF4E0. Grayscale: #181818. Windows color (decimal): -13628641 or 2034480. OLE color: 2034480.

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

Color convert

RGB481131-
CMYK00.770.350.81
HSL327.57º62.71%11.57%-
HSV(B)327.57º77.08%18.82%-
XYZ1.590.971.4-
YUV24.34131.76144.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 12.22%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=53.33%
G=12.22%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48113100.770.350.81327.5762.7111.57
Hex30B1F04D23511483fc
Octal6013370115431215107714
Binary1100001011111110100110110001110100011010010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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