Html Css Color HEX #17052C Blackcurrant

📋 copy color: '#17052C'

red 23 ◦ green 5 ◦ blue 44

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

Shades of Blackcurrant #17052C

Tints of Blackcurrant #17052C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 61.11%

R = 31.94%
G = 6.94%
B = 61.11%

CMYK

 C value IS 0.48

 M value IS 0.89

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#17052C (or 0x17052C) is known color: Blackcurrant. HEX triplet: 17, 05 and 2C. RGB value is (23,5,44). Sum of RGB (Red+Green+Blue) = 23+5+44=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #17052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17052C is #E8FAD3. Grayscale: #0E0E0E. Windows color (decimal): -15268564 or 2884887. OLE color: 2884887.

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

Color convert

RGB 23 5 44 -
CMYK 0.48 0.89 0 0.83
HSL 267.69º 0.8% 0.1% -
HSV(B) 267.69º 0.89% 0.17% -
XYZ 0.86 0.47 2.43 -
YUV 14.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 23 5 44 0.48 0.89 0 0.83 267.69 0.8 0.1
Hex 17 5 2C 30 59 0 53 10C 50 A
Octal 27 5 54 60 131 0 123 414 120 12
Binary 10111 101 101100 110000 1011001 0 1010011 100001100 1010000 1010

Color Harmonies of #17052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17052C

Black with #17052C

Text Example


Text Example

White with #17052C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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