Html Css Color HEX #16003A Blackcurrant

📋 copy color: '#16003A'

red 22 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #16003A

Tints of Blackcurrant #16003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 72.5%

R = 27.5%
G = 0%
B = 72.5%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#16003A (or 0x16003A) is known color: Blackcurrant. HEX triplet: 16, 00 and 3A. RGB value is (22,0,58). Sum of RGB (Red+Green+Blue) = 22+0+58=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 58 (23.05% from 255 or 72.5% from 80); Max value from RGB is 58 - color contains mainly: blue. Hex color #16003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16003A is #E9FFC5. Grayscale: #0C0C0C. Windows color (decimal): -15335366 or 3801110. OLE color: 3801110.

HSL color Cylindrical-coordinate representation of color #16003A: hue angle of 262.76º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16003A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 22 0 58 -
CMYK 0.62 1 0 0.77
HSL 262.76º 1% 0.11% -
HSV(B) 262.76º 1% 0.23% -
XYZ 1.09 0.48 4.04 -
YUV 13.19 153.29 134.28 -
System Red Green Blue C M Y K H S L
Decimal 22 0 58 0.62 1 0 0.77 262.76 1 0.11
Hex 16 0 3A 3E 64 0 4D 107 64 B
Octal 26 0 72 76 144 0 115 407 144 13
Binary 10110 0 111010 111110 1100100 0 1001101 100000111 1100100 1011

Color Harmonies of #16003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16003A

Black with #16003A

Text Example


Text Example

White with #16003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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