Html Css Color HEX #16071F Blackcurrant

📋 copy color: '#16071F'

red 22 ◦ green 7 ◦ blue 31

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

Shades of Blackcurrant #16071F

Tints of Blackcurrant #16071F

RGB

 RED value IS 22 (8.98% from 255) = 36.67%

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

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

R = 36.67%
G = 11.67%
B = 51.67%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#16071F (or 0x16071F) is known color: Blackcurrant. HEX triplet: 16, 07 and 1F. RGB value is (22,7,31). Sum of RGB (Red+Green+Blue) = 22+7+31=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 31 (12.5% from 255 or 51.67% from 60); Max value from RGB is 31 - color contains mainly: blue. Hex color #16071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16071F is #E9F8E0. Grayscale: #0E0E0E. Windows color (decimal): -15333601 or 2033430. OLE color: 2033430.

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

Color convert

RGB 22 7 31 -
CMYK 0.29 0.77 0 0.88
HSL 277.5º 0.63% 0.07% -
HSV(B) 277.5º 0.77% 0.12% -
XYZ 0.65 0.42 1.34 -
YUV 14.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 22 7 31 0.29 0.77 0 0.88 277.5 0.63 0.07
Hex 16 7 1F 1D 4D 0 58 116 3F 7
Octal 26 7 37 35 115 0 130 426 77 7
Binary 10110 111 11111 11101 1001101 0 1011000 100010110 111111 111

Color Harmonies of #16071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16071F

Black with #16071F

Text Example


Text Example

White with #16071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,7,31); }

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

background-color css

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

 a { background-color: rgb(22,7,31); }

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

border-color css

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

 span { border-color: rgb(22,7,31); }

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