#300C1E

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

Shades of Blackberry #300C1E

Tints of Blackberry #300C1E

Color information

#300C1E (or 0x300C1E) is unknown color: approx Blackberry. HEX triplet: 30, 0C and 1E. RGB value is (48,12,30). Sum of RGB (Red+Green+Blue) = 48+12+30=90 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.33% from 90); Green value is 12 (5.08% from 255 or 13.33% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 48 - color contains mainly: red. Hex color #300C1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300C1E is #CFF3E1. Grayscale: #181818. Windows color (decimal): -13628386 or 1969200. OLE color: 1969200.

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

Color convert

RGB481230-
CMYK00.750.370.81
HSL330º60%11.76%-
HSV(B)330º75%18.82%-
XYZ1.580.991.33-
YUV24.82130.93144.54-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 53.33%
GREEN value IS 12 (5.08% from 255) = 13.33%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=53.33%
G=13.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48123000.750.370.813306011.76
Hex30C1E04B255114a3cc
Octal6014360113451215127414
Binary1100001100111100100101110010110100011010010101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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