Html Css Color HEX #1E0A14 Blackberry

📋 copy color: '#1E0A14'

red 30 ◦ green 10 ◦ blue 20

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

Shades of Blackberry #1E0A14

Tints of Blackberry #1E0A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.67%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 50%
G = 16.67%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#1E0A14 (or 0x1E0A14) is known color: Blackberry. HEX triplet: 1E, 0A and 14. RGB value is (30,10,20). Sum of RGB (Red+Green+Blue) = 30+10+20=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0A14 is #E1F5EB. Grayscale: #111111. Windows color (decimal): -14808556 or 1313310. OLE color: 1313310.

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

Color convert

RGB 30 10 20 -
CMYK 0 0.67 0.33 0.88
HSL 330º 0.5% 0.08% -
HSV(B) 330º 0.67% 0.12% -
XYZ 0.77 0.54 0.73 -
YUV 17.12 129.63 137.19 -
System Red Green Blue C M Y K H S L
Decimal 30 10 20 0 0.67 0.33 0.88 330 0.5 0.08
Hex 1E A 14 0 43 21 58 14A 32 8
Octal 36 12 24 0 103 41 130 512 62 10
Binary 11110 1010 10100 0 1000011 100001 1011000 101001010 110010 1000

Color Harmonies of #1E0A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0A14

Black with #1E0A14

Text Example


Text Example

White with #1E0A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,10,20); }

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

background-color css

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

 a { background-color: rgb(30,10,20); }

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

border-color css

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

 span { border-color: rgb(30,10,20); }

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