Html Css Color HEX #1E0813 Blackberry

📋 copy color: '#1E0813'

red 30 ◦ green 8 ◦ blue 19

#1E0813
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #1E0813

Tints of Blackberry #1E0813

RGB

 RED value IS 30 (12.11% from 255) = 52.63%

 GREEN value IS 8 (3.52% from 255) = 14.04%

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 52.63%
G = 14.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#1E0813 (or 0x1E0813) is known color: Blackberry. HEX triplet: 1E, 08 and 13. RGB value is (30,8,19). Sum of RGB (Red+Green+Blue) = 30+8+19=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0813 is #E1F7EC. Grayscale: #0F0F0F. Windows color (decimal): -14809069 or 1247262. OLE color: 1247262.

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

Color convert

RGB 30 8 19 -
CMYK 0 0.73 0.37 0.88
HSL 330º 0.58% 0.07% -
HSV(B) 330º 0.73% 0.12% -
XYZ 0.74 0.5 0.67 -
YUV 15.83 129.79 138.11 -
System Red Green Blue C M Y K H S L
Decimal 30 8 19 0 0.73 0.37 0.88 330 0.58 0.07
Hex 1E 8 13 0 49 25 58 14A 3A 7
Octal 36 10 23 0 111 45 130 512 72 7
Binary 11110 1000 10011 0 1001001 100101 1011000 101001010 111010 111

Color Harmonies of #1E0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0813

Black with #1E0813

Text Example


Text Example

White with #1E0813

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E0813;
 }
 .AnyTagClassName
 {
   color: #1E0813;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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