Html Css Color HEX #14051E Blackcurrant

📋 copy color: '#14051E'

red 20 ◦ green 5 ◦ blue 30

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

Shades of Blackcurrant #14051E

Tints of Blackcurrant #14051E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.09%

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

R = 36.36%
G = 9.09%
B = 54.55%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14051E (or 0x14051E) is known color: Blackcurrant. HEX triplet: 14, 05 and 1E. RGB value is (20,5,30). Sum of RGB (Red+Green+Blue) = 20+5+30=55 (7% of max value = 765). Red value is 20 (8.20% from 255 or 36.36% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #14051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051E is #EBFAE1. Grayscale: #0C0C0C. Windows color (decimal): -15465186 or 1967380. OLE color: 1967380.

HSL color Cylindrical-coordinate representation of color #14051E: hue angle of 276º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #14051E is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 5 30 -
CMYK 0.33 0.83 0 0.88
HSL 276º 0.71% 0.07% -
HSV(B) 276º 0.83% 0.12% -
XYZ 0.58 0.35 1.27 -
YUV 12.34 137.97 133.47 -
System Red Green Blue C M Y K H S L
Decimal 20 5 30 0.33 0.83 0 0.88 276 0.71 0.07
Hex 14 5 1E 21 53 0 58 114 47 7
Octal 24 5 36 41 123 0 130 424 107 7
Binary 10100 101 11110 100001 1010011 0 1011000 100010100 1000111 111

Color Harmonies of #14051E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14051E

Black with #14051E

Text Example


Text Example

White with #14051E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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