#1E0113

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

Shades of Blackberry #1E0113

Tints of Blackberry #1E0113

Color information

#1E0113 (or 0x1E0113) is unknown color: approx Blackberry. HEX triplet: 1E, 01 and 13. RGB value is (30,1,19). Sum of RGB (Red+Green+Blue) = 30+1+19=50 (6% of max value = 765). Red value is 30 (12.11% from 255 or 60% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 19 (7.81% from 255 or 38% from 50); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0113 is #E1FEEC. Grayscale: #0B0B0B. Windows color (decimal): -14810861 or 1245470. OLE color: 1245470.

HSL color Cylindrical-coordinate representation of color #1E0113: hue angle of 322.76º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0113 is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB30119-
CMYK00.970.370.88
HSL322.76º93.55%6.08%-
HSV(B)322.76º96.67%11.76%-
XYZ0.660.340.65-
YUV11.72132.11141.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 19 (7.81% from 255) = 38%
R=60%
G=2%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.37
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3011900.970.370.88322.7693.556.08
Hex1E11306125581435e6
Octal361230141451305031366
Binary111101100110110000110010110110001010000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E0113; }

 p { color: rgb(30,1,19); }

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

<style>
 a { background-color: #1E0113; }

 a { background-color: rgb(30,1,19); }

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

<style>
 span { border-color: #1E0113; }

 span { border-color: rgb(30,1,19); }

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