Html Css Color HEX #14071B Blackcurrant

📋 copy color: '#14071B'

red 20 ◦ green 7 ◦ blue 27

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

Shades of Blackcurrant #14071B

Tints of Blackcurrant #14071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50%

R = 37.04%
G = 12.96%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14071B (or 0x14071B) is known color: Blackcurrant. HEX triplet: 14, 07 and 1B. RGB value is (20,7,27). Sum of RGB (Red+Green+Blue) = 20+7+27=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 27 (10.94% from 255 or 50% from 54); Max value from RGB is 27 - color contains mainly: blue. Hex color #14071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14071B is #EBF8E4. Grayscale: #0D0D0D. Windows color (decimal): -15464677 or 1771284. OLE color: 1771284.

HSL color Cylindrical-coordinate representation of color #14071B: hue angle of 279º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14071B is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 7 27 -
CMYK 0.26 0.74 0 0.89
HSL 279º 0.59% 0.07% -
HSV(B) 279º 0.74% 0.11% -
XYZ 0.56 0.38 1.08 -
YUV 13.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 20 7 27 0.26 0.74 0 0.89 279 0.59 0.07
Hex 14 7 1B 1A 4A 0 59 117 3B 7
Octal 24 7 33 32 112 0 131 427 73 7
Binary 10100 111 11011 11010 1001010 0 1011001 100010111 111011 111

Color Harmonies of #14071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14071B

Black with #14071B

Text Example


Text Example

White with #14071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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