#300F1E

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

Shades of Blackberry #300F1E

Tints of Blackberry #300F1E

Color information

#300F1E (or 0x300F1E) is unknown color: approx Blackberry. HEX triplet: 30, 0F and 1E. RGB value is (48,15,30). Sum of RGB (Red+Green+Blue) = 48+15+30=93 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.61% from 93); Green value is 15 (6.25% from 255 or 16.13% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 48 - color contains mainly: red. Hex color #300F1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F1E is #CFF0E1. Grayscale: #1A1A1A. Windows color (decimal): -13627618 or 1969968. OLE color: 1969968.

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

Color convert

RGB481530-
CMYK00.690.370.81
HSL332.73º52.38%12.35%-
HSV(B)332.73º68.75%18.82%-
XYZ1.621.061.35-
YUV26.58129.93143.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.61%
GREEN value IS 15 (6.25% from 255) = 16.13%
BLUE value IS 30 (12.11% from 255) = 32.26%
R=51.61%
G=16.13%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48153000.690.370.81332.7352.3812.35
Hex30F1E045255114d34c
Octal6017360105451215156414
Binary1100001111111100100010110010110100011010011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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