Html Css Color HEX #160321 Blackcurrant

📋 copy color: '#160321'

red 22 ◦ green 3 ◦ blue 33

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

Shades of Blackcurrant #160321

Tints of Blackcurrant #160321

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.17%

 BLUE value IS 33 (13.28% from 255) = 56.9%

R = 37.93%
G = 5.17%
B = 56.9%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#160321 (or 0x160321) is known color: Blackcurrant. HEX triplet: 16, 03 and 21. RGB value is (22,3,33). Sum of RGB (Red+Green+Blue) = 22+3+33=58 (7% of max value = 765). Red value is 22 (8.98% from 255 or 37.93% from 58); Green value is 3 (1.56% from 255 or 5.17% from 58); Blue value is 33 (13.28% from 255 or 56.90% from 58); Max value from RGB is 33 - color contains mainly: blue. Hex color #160321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160321 is #E9FCDE. Grayscale: #0C0C0C. Windows color (decimal): -15334623 or 2163478. OLE color: 2163478.

HSL color Cylindrical-coordinate representation of color #160321: hue angle of 278º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160321 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 22 3 33 -
CMYK 0.33 0.91 0 0.87
HSL 278º 0.83% 0.07% -
HSV(B) 278º 0.91% 0.13% -
XYZ 0.64 0.35 1.47 -
YUV 12.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 22 3 33 0.33 0.91 0 0.87 278 0.83 0.07
Hex 16 3 21 21 5B 0 57 116 53 7
Octal 26 3 41 41 133 0 127 426 123 7
Binary 10110 11 100001 100001 1011011 0 1010111 100010110 1010011 111

Color Harmonies of #160321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160321

Black with #160321

Text Example


Text Example

White with #160321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160321; }

 p { color: rgb(22,3,33); }

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

background-color css

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

 a { background-color: rgb(22,3,33); }

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

border-color css

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

 span { border-color: rgb(22,3,33); }

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