Html Css Color HEX #16001B Blackcurrant

📋 copy color: '#16001B'

red 22 ◦ green 0 ◦ blue 27

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

Shades of Blackcurrant #16001B

Tints of Blackcurrant #16001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 44.9%
G = 0%
B = 55.1%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#16001B (or 0x16001B) is known color: Blackcurrant. HEX triplet: 16, 00 and 1B. RGB value is (22,0,27). Sum of RGB (Red+Green+Blue) = 22+0+27=49 (6% of max value = 765). Red value is 22 (8.98% from 255 or 44.90% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #16001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16001B is #E9FFE4. Grayscale: #090909. Windows color (decimal): -15335397 or 1769494. OLE color: 1769494.

HSL color Cylindrical-coordinate representation of color #16001B: hue angle of 288.89º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16001B is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 22 0 27 -
CMYK 0.19 1 0 0.89
HSL 288.89º 1% 0.05% -
HSV(B) 288.89º 1% 0.11% -
XYZ 0.53 0.25 1.06 -
YUV 9.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 22 0 27 0.19 1 0 0.89 288.89 1 0.05
Hex 16 0 1B 13 64 0 59 121 64 5
Octal 26 0 33 23 144 0 131 441 144 5
Binary 10110 0 11011 10011 1100100 0 1011001 100100001 1100100 101

Color Harmonies of #16001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16001B

Black with #16001B

Text Example


Text Example

White with #16001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,0,27); }

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

background-color css

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

 a { background-color: rgb(22,0,27); }

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

border-color css

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

 span { border-color: rgb(22,0,27); }

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