Html Css Color HEX #14032E Blackcurrant

📋 copy color: '#14032E'

red 20 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #14032E

Tints of Blackcurrant #14032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.35%

 BLUE value IS 46 (18.36% from 255) = 66.67%

R = 28.99%
G = 4.35%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#14032E (or 0x14032E) is known color: Blackcurrant. HEX triplet: 14, 03 and 2E. RGB value is (20,3,46). Sum of RGB (Red+Green+Blue) = 20+3+46=69 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.99% from 69); Green value is 3 (1.56% from 255 or 4.35% from 69); Blue value is 46 (18.36% from 255 or 66.67% from 69); Max value from RGB is 46 - color contains mainly: blue. Hex color #14032E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14032E is #EBFCD1. Grayscale: #0C0C0C. Windows color (decimal): -15465682 or 3015444. OLE color: 3015444.

HSL color Cylindrical-coordinate representation of color #14032E: hue angle of 263.72º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #14032E is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 20 3 46 -
CMYK 0.57 0.93 0 0.82
HSL 263.72º 0.88% 0.1% -
HSV(B) 263.72º 0.93% 0.18% -
XYZ 0.81 0.41 2.62 -
YUV 12.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 20 3 46 0.57 0.93 0 0.82 263.72 0.88 0.1
Hex 14 3 2E 39 5D 0 52 108 58 A
Octal 24 3 56 71 135 0 122 410 130 12
Binary 10100 11 101110 111001 1011101 0 1010010 100001000 1011000 1010

Color Harmonies of #14032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14032E

Black with #14032E

Text Example


Text Example

White with #14032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,3,46); }

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

background-color css

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

 a { background-color: rgb(20,3,46); }

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

border-color css

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

 span { border-color: rgb(20,3,46); }

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