Html Css Color HEX #17052E Blackcurrant

📋 copy color: '#17052E'

red 23 ◦ green 5 ◦ blue 46

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

Shades of Blackcurrant #17052E

Tints of Blackcurrant #17052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.76%

 BLUE value IS 46 (18.36% from 255) = 62.16%

R = 31.08%
G = 6.76%
B = 62.16%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17052E (or 0x17052E) is known color: Blackcurrant. HEX triplet: 17, 05 and 2E. RGB value is (23,5,46). Sum of RGB (Red+Green+Blue) = 23+5+46=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #17052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17052E is #E8FAD1. Grayscale: #0E0E0E. Windows color (decimal): -15268562 or 3015959. OLE color: 3015959.

HSL color Cylindrical-coordinate representation of color #17052E: hue angle of 266.34º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17052E is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 5 46 -
CMYK 0.50 0.89 0 0.82
HSL 266.34º 0.8% 0.1% -
HSV(B) 266.34º 0.89% 0.18% -
XYZ 0.9 0.49 2.63 -
YUV 15.06 145.46 133.67 -
System Red Green Blue C M Y K H S L
Decimal 23 5 46 0.50 0.89 0 0.82 266.34 0.8 0.1
Hex 17 5 2E 32 59 0 52 10A 50 A
Octal 27 5 56 62 131 0 122 412 120 12
Binary 10111 101 101110 110010 1011001 0 1010010 100001010 1010000 1010

Color Harmonies of #17052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17052E

Black with #17052E

Text Example


Text Example

White with #17052E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17052E; }

 p { color: rgb(23,5,46); }

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

background-color css

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

 a { background-color: rgb(23,5,46); }

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

border-color css

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

 span { border-color: rgb(23,5,46); }

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