#300D1E

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

Shades of Blackberry #300D1E

Tints of Blackberry #300D1E

Color information

#300D1E (or 0x300D1E) is unknown color: approx Blackberry. HEX triplet: 30, 0D and 1E. RGB value is (48,13,30). Sum of RGB (Red+Green+Blue) = 48+13+30=91 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.75% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 48 - color contains mainly: red. Hex color #300D1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300D1E is #CFF2E1. Grayscale: #191919. Windows color (decimal): -13628130 or 1969456. OLE color: 1969456.

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

Color convert

RGB481330-
CMYK00.730.370.81
HSL330.86º57.38%11.96%-
HSV(B)330.86º72.92%18.82%-
XYZ1.61.011.34-
YUV25.4130.6144.12-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 52.75%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=52.75%
G=14.29%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48133000.730.370.81330.8657.3811.96
Hex30D1E049255114b39c
Octal6015360111451215137114
Binary1100001101111100100100110010110100011010010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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