Html Css Color HEX #14081E Blackcurrant

📋 copy color: '#14081E'

red 20 ◦ green 8 ◦ blue 30

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

Shades of Blackcurrant #14081E

Tints of Blackcurrant #14081E

RGB

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

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

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

R = 34.48%
G = 13.79%
B = 51.72%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14081E (or 0x14081E) is known color: Blackcurrant. HEX triplet: 14, 08 and 1E. RGB value is (20,8,30). Sum of RGB (Red+Green+Blue) = 20+8+30=58 (7% of max value = 765). Red value is 20 (8.20% from 255 or 34.48% from 58); Green value is 8 (3.52% from 255 or 13.79% from 58); Blue value is 30 (12.11% from 255 or 51.72% from 58); Max value from RGB is 30 - color contains mainly: blue. Hex color #14081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14081E is #EBF7E1. Grayscale: #0E0E0E. Windows color (decimal): -15464418 or 1968148. OLE color: 1968148.

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

Color convert

RGB 20 8 30 -
CMYK 0.33 0.73 0 0.88
HSL 272.73º 0.58% 0.07% -
HSV(B) 272.73º 0.73% 0.12% -
XYZ 0.61 0.42 1.28 -
YUV 14.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 20 8 30 0.33 0.73 0 0.88 272.73 0.58 0.07
Hex 14 8 1E 21 49 0 58 111 3A 7
Octal 24 10 36 41 111 0 130 421 72 7
Binary 10100 1000 11110 100001 1001001 0 1011000 100010001 111010 111

Color Harmonies of #14081E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14081E

Black with #14081E

Text Example


Text Example

White with #14081E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14081E; }

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

 H1.HeaderClassName
 {
   color: #14081E;
 }
 .AnyTagClassName
 {
   color: #14081E;
 }
</style>

background-color css

<style>
 a { background-color: #14081E; }

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

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

border-color css

<style>
 span { border-color: #14081E; }

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

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