#300E1F

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

Shades of Blackberry #300E1F

Tints of Blackberry #300E1F

Color information

#300E1F (or 0x300E1F) is unknown color: approx Blackberry. HEX triplet: 30, 0E and 1F. RGB value is (48,14,31). Sum of RGB (Red+Green+Blue) = 48+14+31=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 31 (12.5% from 255 or 33.33% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300E1F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300E1F is #CFF1E0. Grayscale: #1A1A1A. Windows color (decimal): -13627873 or 2035248. OLE color: 2035248.

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

Color convert

RGB481431-
CMYK00.710.350.81
HSL330º54.84%12.16%-
HSV(B)330º70.83%18.82%-
XYZ1.621.041.41-
YUV26.1130.76143.62-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 14 (5.86% from 255) = 15.05%
BLUE value IS 31 (12.5% from 255) = 33.33%
R=51.61%
G=15.05%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48143100.710.350.8133054.8412.16
Hex30E1F047235114a37c
Octal6016370107431215126714
Binary1100001110111110100011110001110100011010010101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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