Html Css Color HEX #160C19 Blackcurrant

📋 copy color: '#160C19'

red 22 ◦ green 12 ◦ blue 25

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

Shades of Blackcurrant #160C19

Tints of Blackcurrant #160C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20.34%

 BLUE value IS 25 (10.16% from 255) = 42.37%

R = 37.29%
G = 20.34%
B = 42.37%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#160C19 (or 0x160C19) is known color: Blackcurrant. HEX triplet: 16, 0C and 19. RGB value is (22,12,25). Sum of RGB (Red+Green+Blue) = 22+12+25=59 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.29% from 59); Green value is 12 (5.08% from 255 or 20.34% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #160C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #160C19 is #E9F3E6. Grayscale: #101010. Windows color (decimal): -15332327 or 1641494. OLE color: 1641494.

HSL color Cylindrical-coordinate representation of color #160C19: hue angle of 286.15º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #160C19 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 22 12 25 -
CMYK 0.12 0.52 0 0.90
HSL 286.15º 0.35% 0.07% -
HSV(B) 286.15º 0.52% 0.1% -
XYZ 0.64 0.5 0.98 -
YUV 16.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 22 12 25 0.12 0.52 0 0.90 286.15 0.35 0.07
Hex 16 C 19 C 34 0 5A 11E 23 7
Octal 26 14 31 14 64 0 132 436 43 7
Binary 10110 1100 11001 1100 110100 0 1011010 100011110 100011 111

Color Harmonies of #160C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160C19

Black with #160C19

Text Example


Text Example

White with #160C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160C19; }

 p { color: rgb(22,12,25); }

 H1.HeaderClassName
 {
   color: #160C19;
 }
 .AnyTagClassName
 {
   color: #160C19;
 }
</style>

background-color css

<style>
 a { background-color: #160C19; }

 a { background-color: rgb(22,12,25); }

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

border-color css

<style>
 span { border-color: #160C19; }

 span { border-color: rgb(22,12,25); }

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