Html Css Color HEX #17021A Blackcurrant

📋 copy color: '#17021A'

red 23 ◦ green 2 ◦ blue 26

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

Shades of Blackcurrant #17021A

Tints of Blackcurrant #17021A

RGB

 RED value IS 23 (9.38% from 255) = 45.1%

 GREEN value IS 2 (1.17% from 255) = 3.92%

 BLUE value IS 26 (10.55% from 255) = 50.98%

R = 45.1%
G = 3.92%
B = 50.98%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17021A (or 0x17021A) is known color: Blackcurrant. HEX triplet: 17, 02 and 1A. RGB value is (23,2,26). Sum of RGB (Red+Green+Blue) = 23+2+26=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #17021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021A is #E8FDE5. Grayscale: #0A0A0A. Windows color (decimal): -15269350 or 1704471. OLE color: 1704471.

HSL color Cylindrical-coordinate representation of color #17021A: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17021A is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 2 26 -
CMYK 0.12 0.92 0 0.90
HSL 292.5º 0.86% 0.05% -
HSV(B) 292.5º 0.92% 0.1% -
XYZ 0.56 0.3 1.01 -
YUV 11.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 23 2 26 0.12 0.92 0 0.90 292.5 0.86 0.05
Hex 17 2 1A C 5C 0 5A 124 56 5
Octal 27 2 32 14 134 0 132 444 126 5
Binary 10111 10 11010 1100 1011100 0 1011010 100100100 1010110 101

Color Harmonies of #17021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17021A

Black with #17021A

Text Example


Text Example

White with #17021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,2,26); }

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

background-color css

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

 a { background-color: rgb(23,2,26); }

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

border-color css

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

 span { border-color: rgb(23,2,26); }

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