Html Css Color HEX #16041A Blackcurrant

📋 copy color: '#16041A'

red 22 ◦ green 4 ◦ blue 26

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

Shades of Blackcurrant #16041A

Tints of Blackcurrant #16041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.69%

 BLUE value IS 26 (10.55% from 255) = 50%

R = 42.31%
G = 7.69%
B = 50%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#16041A (or 0x16041A) is known color: Blackcurrant. HEX triplet: 16, 04 and 1A. RGB value is (22,4,26). Sum of RGB (Red+Green+Blue) = 22+4+26=52 (6% of max value = 765). Red value is 22 (8.98% from 255 or 42.31% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 26 (10.55% from 255 or 50% from 52); Max value from RGB is 26 - color contains mainly: blue. Hex color #16041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16041A is #E9FBE5. Grayscale: #0B0B0B. Windows color (decimal): -15334374 or 1704982. OLE color: 1704982.

HSL color Cylindrical-coordinate representation of color #16041A: hue angle of 289.09º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #16041A is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 22 4 26 -
CMYK 0.15 0.85 0 0.90
HSL 289.09º 0.73% 0.06% -
HSV(B) 289.09º 0.85% 0.1% -
XYZ 0.56 0.33 1.01 -
YUV 11.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 22 4 26 0.15 0.85 0 0.90 289.09 0.73 0.06
Hex 16 4 1A F 55 0 5A 121 49 6
Octal 26 4 32 17 125 0 132 441 111 6
Binary 10110 100 11010 1111 1010101 0 1011010 100100001 1001001 110

Color Harmonies of #16041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16041A

Black with #16041A

Text Example


Text Example

White with #16041A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16041A; }

 p { color: rgb(22,4,26); }

 H1.HeaderClassName
 {
   color: #16041A;
 }
 .AnyTagClassName
 {
   color: #16041A;
 }
</style>

background-color css

<style>
 a { background-color: #16041A; }

 a { background-color: rgb(22,4,26); }

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

border-color css

<style>
 span { border-color: #16041A; }

 span { border-color: rgb(22,4,26); }

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