Html Css Color HEX #140A1E Blackcurrant

📋 copy color: '#140A1E'

red 20 ◦ green 10 ◦ blue 30

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

Shades of Blackcurrant #140A1E

Tints of Blackcurrant #140A1E

RGB

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

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

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

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

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#140A1E (or 0x140A1E) is known color: Blackcurrant. HEX triplet: 14, 0A and 1E. RGB value is (20,10,30). Sum of RGB (Red+Green+Blue) = 20+10+30=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #140A1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A1E is #EBF5E1. Grayscale: #0F0F0F. Windows color (decimal): -15463906 or 1968660. OLE color: 1968660.

HSL color Cylindrical-coordinate representation of color #140A1E: hue angle of 270º 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 #140A1E is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 10 30 -
CMYK 0.33 0.67 0 0.88
HSL 270º 0.5% 0.08% -
HSV(B) 270º 0.67% 0.12% -
XYZ 0.63 0.46 1.28 -
YUV 15.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 20 10 30 0.33 0.67 0 0.88 270 0.5 0.08
Hex 14 A 1E 21 43 0 58 10E 32 8
Octal 24 12 36 41 103 0 130 416 62 10
Binary 10100 1010 11110 100001 1000011 0 1011000 100001110 110010 1000

Color Harmonies of #140A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A1E

Black with #140A1E

Text Example


Text Example

White with #140A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140A1E; }

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

 H1.HeaderClassName
 {
   color: #140A1E;
 }
 .AnyTagClassName
 {
   color: #140A1E;
 }
</style>

background-color css

<style>
 a { background-color: #140A1E; }

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

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

border-color css

<style>
 span { border-color: #140A1E; }

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

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