Html Css Color HEX #160529 Blackcurrant

📋 copy color: '#160529'

red 22 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #160529

Tints of Blackcurrant #160529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.35%

 BLUE value IS 41 (16.41% from 255) = 60.29%

R = 32.35%
G = 7.35%
B = 60.29%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#160529 (or 0x160529) is known color: Blackcurrant. HEX triplet: 16, 05 and 29. RGB value is (22,5,41). Sum of RGB (Red+Green+Blue) = 22+5+41=68 (9% of max value = 765). Red value is 22 (8.98% from 255 or 32.35% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #160529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #160529 is #E9FAD6. Grayscale: #0E0E0E. Windows color (decimal): -15334103 or 2688278. OLE color: 2688278.

HSL color Cylindrical-coordinate representation of color #160529: hue angle of 268.33º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #160529 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 22 5 41 -
CMYK 0.46 0.88 0 0.84
HSL 268.33º 0.78% 0.09% -
HSV(B) 268.33º 0.88% 0.16% -
XYZ 0.79 0.44 2.14 -
YUV 14.19 143.13 133.57 -
System Red Green Blue C M Y K H S L
Decimal 22 5 41 0.46 0.88 0 0.84 268.33 0.78 0.09
Hex 16 5 29 2E 58 0 54 10C 4E 9
Octal 26 5 51 56 130 0 124 414 116 11
Binary 10110 101 101001 101110 1011000 0 1010100 100001100 1001110 1001

Color Harmonies of #160529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160529

Black with #160529

Text Example


Text Example

White with #160529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160529; }

 p { color: rgb(22,5,41); }

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

background-color css

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

 a { background-color: rgb(22,5,41); }

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

border-color css

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

 span { border-color: rgb(22,5,41); }

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