Html Css Color HEX #170D29 Blackcurrant

📋 copy color: '#170D29'

red 23 ◦ green 13 ◦ blue 41

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

Shades of Blackcurrant #170D29

Tints of Blackcurrant #170D29

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.88%

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

R = 29.87%
G = 16.88%
B = 53.25%

CMYK

 C value IS 0.44

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#170D29 (or 0x170D29) is known color: Blackcurrant. HEX triplet: 17, 0D and 29. RGB value is (23,13,41). Sum of RGB (Red+Green+Blue) = 23+13+41=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #170D29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D29 is #E8F2D6. Grayscale: #131313. Windows color (decimal): -15266519 or 2690327. OLE color: 2690327.

HSL color Cylindrical-coordinate representation of color #170D29: hue angle of 261.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #170D29 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 13 41 -
CMYK 0.44 0.68 0 0.84
HSL 261.43º 0.52% 0.11% -
HSV(B) 261.43º 0.68% 0.16% -
XYZ 0.9 0.63 2.17 -
YUV 19.18 140.31 130.72 -
System Red Green Blue C M Y K H S L
Decimal 23 13 41 0.44 0.68 0 0.84 261.43 0.52 0.11
Hex 17 D 29 2C 44 0 54 105 34 B
Octal 27 15 51 54 104 0 124 405 64 13
Binary 10111 1101 101001 101100 1000100 0 1010100 100000101 110100 1011

Color Harmonies of #170D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170D29

Black with #170D29

Text Example


Text Example

White with #170D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170D29; }

 p { color: rgb(23,13,41); }

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

background-color css

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

 a { background-color: rgb(23,13,41); }

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

border-color css

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

 span { border-color: rgb(23,13,41); }

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