Html Css Color HEX #140A1F Blackcurrant

📋 copy color: '#140A1F'

red 20 ◦ green 10 ◦ blue 31

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

Shades of Blackcurrant #140A1F

Tints of Blackcurrant #140A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 50.82%

R = 32.79%
G = 16.39%
B = 50.82%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#140A1F (or 0x140A1F) is known color: Blackcurrant. HEX triplet: 14, 0A and 1F. RGB value is (20,10,31). Sum of RGB (Red+Green+Blue) = 20+10+31=61 (8% of max value = 765). Red value is 20 (8.20% from 255 or 32.79% from 61); Green value is 10 (4.30% from 255 or 16.39% from 61); Blue value is 31 (12.5% from 255 or 50.82% from 61); Max value from RGB is 31 - color contains mainly: blue. Hex color #140A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A1F is #EBF5E0. Grayscale: #0F0F0F. Windows color (decimal): -15463905 or 2034196. OLE color: 2034196.

HSL color Cylindrical-coordinate representation of color #140A1F: hue angle of 268.57º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #140A1F is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 10 31 -
CMYK 0.35 0.68 0 0.88
HSL 268.57º 0.51% 0.08% -
HSV(B) 268.57º 0.68% 0.12% -
XYZ 0.64 0.46 1.35 -
YUV 15.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 20 10 31 0.35 0.68 0 0.88 268.57 0.51 0.08
Hex 14 A 1F 23 44 0 58 10D 33 8
Octal 24 12 37 43 104 0 130 415 63 10
Binary 10100 1010 11111 100011 1000100 0 1011000 100001101 110011 1000

Color Harmonies of #140A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140A1F

Black with #140A1F

Text Example


Text Example

White with #140A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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