Html Css Color HEX #17042D Blackcurrant

📋 copy color: '#17042D'

red 23 ◦ green 4 ◦ blue 45

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

Shades of Blackcurrant #17042D

Tints of Blackcurrant #17042D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.56%

 BLUE value IS 45 (17.97% from 255) = 62.5%

R = 31.94%
G = 5.56%
B = 62.5%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17042D (or 0x17042D) is known color: Blackcurrant. HEX triplet: 17, 04 and 2D. RGB value is (23,4,45). Sum of RGB (Red+Green+Blue) = 23+4+45=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #17042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17042D is #E8FBD2. Grayscale: #0E0E0E. Windows color (decimal): -15268819 or 2950167. OLE color: 2950167.

HSL color Cylindrical-coordinate representation of color #17042D: hue angle of 267.8º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17042D is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 4 45 -
CMYK 0.49 0.91 0 0.82
HSL 267.8º 0.84% 0.1% -
HSV(B) 267.8º 0.91% 0.18% -
XYZ 0.87 0.46 2.53 -
YUV 14.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 23 4 45 0.49 0.91 0 0.82 267.8 0.84 0.1
Hex 17 4 2D 31 5B 0 52 10C 54 A
Octal 27 4 55 61 133 0 122 414 124 12
Binary 10111 100 101101 110001 1011011 0 1010010 100001100 1010100 1010

Color Harmonies of #17042D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17042D

Black with #17042D

Text Example


Text Example

White with #17042D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17042D; }

 p { color: rgb(23,4,45); }

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

background-color css

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

 a { background-color: rgb(23,4,45); }

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

border-color css

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

 span { border-color: rgb(23,4,45); }

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