Html Css Color HEX #160A1C Blackcurrant

📋 copy color: '#160A1C'

red 22 ◦ green 10 ◦ blue 28

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

Shades of Blackcurrant #160A1C

Tints of Blackcurrant #160A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.67%

 BLUE value IS 28 (11.33% from 255) = 46.67%

R = 36.67%
G = 16.67%
B = 46.67%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#160A1C (or 0x160A1C) is known color: Blackcurrant. HEX triplet: 16, 0A and 1C. RGB value is (22,10,28). Sum of RGB (Red+Green+Blue) = 22+10+28=60 (7% of max value = 765). Red value is 22 (8.98% from 255 or 36.67% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 28 (11.33% from 255 or 46.67% from 60); Max value from RGB is 28 - color contains mainly: blue. Hex color #160A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160A1C is #E9F5E3. Grayscale: #0F0F0F. Windows color (decimal): -15332836 or 1837590. OLE color: 1837590.

HSL color Cylindrical-coordinate representation of color #160A1C: hue angle of 280º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #160A1C is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 10 28 -
CMYK 0.21 0.64 0 0.89
HSL 280º 0.47% 0.07% -
HSV(B) 280º 0.64% 0.11% -
XYZ 0.65 0.47 1.16 -
YUV 15.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 22 10 28 0.21 0.64 0 0.89 280 0.47 0.07
Hex 16 A 1C 15 40 0 59 118 2F 7
Octal 26 12 34 25 100 0 131 430 57 7
Binary 10110 1010 11100 10101 1000000 0 1011001 100011000 101111 111

Color Harmonies of #160A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160A1C

Black with #160A1C

Text Example


Text Example

White with #160A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,10,28); }

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

background-color css

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

 a { background-color: rgb(22,10,28); }

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

border-color css

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

 span { border-color: rgb(22,10,28); }

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