Html Css Color HEX #17021F Blackcurrant

📋 copy color: '#17021F'

red 23 ◦ green 2 ◦ blue 31

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

Shades of Blackcurrant #17021F

Tints of Blackcurrant #17021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 55.36%

R = 41.07%
G = 3.57%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#17021F (or 0x17021F) is known color: Blackcurrant. HEX triplet: 17, 02 and 1F. RGB value is (23,2,31). Sum of RGB (Red+Green+Blue) = 23+2+31=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #17021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021F is #E8FDE0. Grayscale: #0B0B0B. Windows color (decimal): -15269345 or 2032151. OLE color: 2032151.

HSL color Cylindrical-coordinate representation of color #17021F: hue angle of 283.45º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #17021F is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 23 2 31 -
CMYK 0.26 0.94 0 0.88
HSL 283.45º 0.88% 0.06% -
HSV(B) 283.45º 0.94% 0.12% -
XYZ 0.62 0.32 1.33 -
YUV 11.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 23 2 31 0.26 0.94 0 0.88 283.45 0.88 0.06
Hex 17 2 1F 1A 5E 0 58 11B 58 6
Octal 27 2 37 32 136 0 130 433 130 6
Binary 10111 10 11111 11010 1011110 0 1011000 100011011 1011000 110

Color Harmonies of #17021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17021F

Black with #17021F

Text Example


Text Example

White with #17021F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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