Html Css Color HEX #17022F Blackcurrant

📋 copy color: '#17022F'

red 23 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #17022F

Tints of Blackcurrant #17022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 65.28%

R = 31.94%
G = 2.78%
B = 65.28%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17022F (or 0x17022F) is known color: Blackcurrant. HEX triplet: 17, 02 and 2F. RGB value is (23,2,47). Sum of RGB (Red+Green+Blue) = 23+2+47=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 47 (18.75% from 255 or 65.28% from 72); Max value from RGB is 47 - color contains mainly: blue. Hex color #17022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022F is #E8FDD0. Grayscale: #0D0D0D. Windows color (decimal): -15269329 or 3080727. OLE color: 3080727.

HSL color Cylindrical-coordinate representation of color #17022F: hue angle of 268º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #17022F is Cyan = 0.51, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 2 47 -
CMYK 0.51 0.96 0 0.82
HSL 268º 0.92% 0.1% -
HSV(B) 268º 0.96% 0.18% -
XYZ 0.89 0.43 2.73 -
YUV 13.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 23 2 47 0.51 0.96 0 0.82 268 0.92 0.1
Hex 17 2 2F 33 60 0 52 10C 5C A
Octal 27 2 57 63 140 0 122 414 134 12
Binary 10111 10 101111 110011 1100000 0 1010010 100001100 1011100 1010

Color Harmonies of #17022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17022F

Black with #17022F

Text Example


Text Example

White with #17022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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