Html Css Color HEX #17052F Blackcurrant

📋 copy color: '#17052F'

red 23 ◦ green 5 ◦ blue 47

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

Shades of Blackcurrant #17052F

Tints of Blackcurrant #17052F

RGB

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

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

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

R = 30.67%
G = 6.67%
B = 62.67%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17052F (or 0x17052F) is known color: Blackcurrant. HEX triplet: 17, 05 and 2F. RGB value is (23,5,47). Sum of RGB (Red+Green+Blue) = 23+5+47=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 47 (18.75% from 255 or 62.67% from 75); Max value from RGB is 47 - color contains mainly: blue. Hex color #17052F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17052F is #E8FAD0. Grayscale: #0F0F0F. Windows color (decimal): -15268561 or 3081495. OLE color: 3081495.

HSL color Cylindrical-coordinate representation of color #17052F: hue angle of 265.71º degrees, saturation: 0.81, 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 #17052F is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 5 47 -
CMYK 0.51 0.89 0 0.82
HSL 265.71º 0.81% 0.1% -
HSV(B) 265.71º 0.89% 0.18% -
XYZ 0.92 0.5 2.74 -
YUV 15.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 23 5 47 0.51 0.89 0 0.82 265.71 0.81 0.1
Hex 17 5 2F 33 59 0 52 10A 51 A
Octal 27 5 57 63 131 0 122 412 121 12
Binary 10111 101 101111 110011 1011001 0 1010010 100001010 1010001 1010

Color Harmonies of #17052F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17052F

Black with #17052F

Text Example


Text Example

White with #17052F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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