Html Css Color HEX #170229 Blackcurrant

📋 copy color: '#170229'

red 23 ◦ green 2 ◦ blue 41

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

Shades of Blackcurrant #170229

Tints of Blackcurrant #170229

RGB

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

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

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

R = 34.85%
G = 3.03%
B = 62.12%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#170229 (or 0x170229) is known color: Blackcurrant. HEX triplet: 17, 02 and 29. RGB value is (23,2,41). Sum of RGB (Red+Green+Blue) = 23+2+41=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 41 (16.41% from 255 or 62.12% from 66); Max value from RGB is 41 - color contains mainly: blue. Hex color #170229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170229 is #E8FDD6. Grayscale: #0C0C0C. Windows color (decimal): -15269335 or 2687511. OLE color: 2687511.

HSL color Cylindrical-coordinate representation of color #170229: hue angle of 272.31º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170229 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 2 41 -
CMYK 0.44 0.95 0 0.84
HSL 272.31º 0.91% 0.08% -
HSV(B) 272.31º 0.95% 0.16% -
XYZ 0.78 0.39 2.13 -
YUV 12.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 23 2 41 0.44 0.95 0 0.84 272.31 0.91 0.08
Hex 17 2 29 2C 5F 0 54 110 5B 8
Octal 27 2 51 54 137 0 124 420 133 10
Binary 10111 10 101001 101100 1011111 0 1010100 100010000 1011011 1000

Color Harmonies of #170229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170229

Black with #170229

Text Example


Text Example

White with #170229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170229; }

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

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

background-color css

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

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

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

border-color css

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

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

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