Html Css Color HEX #14051F Blackcurrant

📋 copy color: '#14051F'

red 20 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #14051F

Tints of Blackcurrant #14051F

RGB

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

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

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

R = 35.71%
G = 8.93%
B = 55.36%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14051F (or 0x14051F) is known color: Blackcurrant. HEX triplet: 14, 05 and 1F. RGB value is (20,5,31). Sum of RGB (Red+Green+Blue) = 20+5+31=56 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.71% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #14051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14051F is #EBFAE0. Grayscale: #0C0C0C. Windows color (decimal): -15465185 or 2032916. OLE color: 2032916.

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

Color convert

RGB 20 5 31 -
CMYK 0.35 0.84 0 0.88
HSL 274.62º 0.72% 0.07% -
HSV(B) 274.62º 0.84% 0.12% -
XYZ 0.59 0.36 1.33 -
YUV 12.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 20 5 31 0.35 0.84 0 0.88 274.62 0.72 0.07
Hex 14 5 1F 23 54 0 58 113 48 7
Octal 24 5 37 43 124 0 130 423 110 7
Binary 10100 101 11111 100011 1010100 0 1011000 100010011 1001000 111

Color Harmonies of #14051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14051F

Black with #14051F

Text Example


Text Example

White with #14051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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