Html Css Color HEX #16013F Blackcurrant

📋 copy color: '#16013F'

red 22 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #16013F

Tints of Blackcurrant #16013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 73.26%

R = 25.58%
G = 1.16%
B = 73.26%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#16013F (or 0x16013F) is known color: Blackcurrant. HEX triplet: 16, 01 and 3F. RGB value is (22,1,63). Sum of RGB (Red+Green+Blue) = 22+1+63=86 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.58% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 63 (25% from 255 or 73.26% from 86); Max value from RGB is 63 - color contains mainly: blue. Hex color #16013F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16013F is #E9FEC0. Grayscale: #0E0E0E. Windows color (decimal): -15335105 or 4129046. OLE color: 4129046.

HSL color Cylindrical-coordinate representation of color #16013F: hue angle of 260.32º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #16013F is Cyan = 0.65, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 22 1 63 -
CMYK 0.65 0.98 0 0.75
HSL 260.32º 0.97% 0.13% -
HSV(B) 260.32º 0.98% 0.25% -
XYZ 1.24 0.55 4.74 -
YUV 14.35 155.46 133.46 -
System Red Green Blue C M Y K H S L
Decimal 22 1 63 0.65 0.98 0 0.75 260.32 0.97 0.13
Hex 16 1 3F 41 62 0 4B 104 61 D
Octal 26 1 77 101 142 0 113 404 141 15
Binary 10110 1 111111 1000001 1100010 0 1001011 100000100 1100001 1101

Color Harmonies of #16013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16013F

Black with #16013F

Text Example


Text Example

White with #16013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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