Html Css Color HEX #16013B Blackcurrant

📋 copy color: '#16013B'

red 22 ◦ green 1 ◦ blue 59

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

Shades of Blackcurrant #16013B

Tints of Blackcurrant #16013B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.22%

 BLUE value IS 59 (23.44% from 255) = 71.95%

R = 26.83%
G = 1.22%
B = 71.95%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#16013B (or 0x16013B) is known color: Blackcurrant. HEX triplet: 16, 01 and 3B. RGB value is (22,1,59). Sum of RGB (Red+Green+Blue) = 22+1+59=82 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.83% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 59 (23.44% from 255 or 71.95% from 82); Max value from RGB is 59 - color contains mainly: blue. Hex color #16013B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013B is #E9FEC4. Grayscale: #0D0D0D. Windows color (decimal): -15335109 or 3866902. OLE color: 3866902.

HSL color Cylindrical-coordinate representation of color #16013B: hue angle of 261.72º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013B is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 1 59 -
CMYK 0.63 0.98 0 0.77
HSL 261.72º 0.97% 0.12% -
HSV(B) 261.72º 0.98% 0.23% -
XYZ 1.13 0.51 4.18 -
YUV 13.89 153.46 133.78 -
System Red Green Blue C M Y K H S L
Decimal 22 1 59 0.63 0.98 0 0.77 261.72 0.97 0.12
Hex 16 1 3B 3F 62 0 4D 106 61 C
Octal 26 1 73 77 142 0 115 406 141 14
Binary 10110 1 111011 111111 1100010 0 1001101 100000110 1100001 1100

Color Harmonies of #16013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16013B

Black with #16013B

Text Example


Text Example

White with #16013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,1,59); }

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

background-color css

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

 a { background-color: rgb(22,1,59); }

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

border-color css

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

 span { border-color: rgb(22,1,59); }

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