Html Css Color HEX #14072B Blackcurrant

📋 copy color: '#14072B'

red 20 ◦ green 7 ◦ blue 43

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

Shades of Blackcurrant #14072B

Tints of Blackcurrant #14072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10%

 BLUE value IS 43 (17.19% from 255) = 61.43%

R = 28.57%
G = 10%
B = 61.43%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14072B (or 0x14072B) is known color: Blackcurrant. HEX triplet: 14, 07 and 2B. RGB value is (20,7,43). Sum of RGB (Red+Green+Blue) = 20+7+43=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 7 (3.12% from 255 or 10% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #14072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14072B is #EBF8D4. Grayscale: #0E0E0E. Windows color (decimal): -15464661 or 2819860. OLE color: 2819860.

HSL color Cylindrical-coordinate representation of color #14072B: hue angle of 261.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14072B is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 7 43 -
CMYK 0.53 0.84 0 0.83
HSL 261.67º 0.72% 0.1% -
HSV(B) 261.67º 0.84% 0.17% -
XYZ 0.8 0.48 2.34 -
YUV 14.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 20 7 43 0.53 0.84 0 0.83 261.67 0.72 0.1
Hex 14 7 2B 35 54 0 53 106 48 A
Octal 24 7 53 65 124 0 123 406 110 12
Binary 10100 111 101011 110101 1010100 0 1010011 100000110 1001000 1010

Color Harmonies of #14072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14072B

Black with #14072B

Text Example


Text Example

White with #14072B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14072B; }

 p { color: rgb(20,7,43); }

 H1.HeaderClassName
 {
   color: #14072B;
 }
 .AnyTagClassName
 {
   color: #14072B;
 }
</style>

background-color css

<style>
 a { background-color: #14072B; }

 a { background-color: rgb(20,7,43); }

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

border-color css

<style>
 span { border-color: #14072B; }

 span { border-color: rgb(20,7,43); }

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