Html Css Color HEX #17053A Blackcurrant

📋 copy color: '#17053A'

red 23 ◦ green 5 ◦ blue 58

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

Shades of Blackcurrant #17053A

Tints of Blackcurrant #17053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 67.44%

R = 26.74%
G = 5.81%
B = 67.44%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#17053A (or 0x17053A) is known color: Blackcurrant. HEX triplet: 17, 05 and 3A. RGB value is (23,5,58). Sum of RGB (Red+Green+Blue) = 23+5+58=86 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.74% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #17053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17053A is #E8FAC5. Grayscale: #101010. Windows color (decimal): -15268550 or 3802391. OLE color: 3802391.

HSL color Cylindrical-coordinate representation of color #17053A: hue angle of 260.38º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17053A is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 23 5 58 -
CMYK 0.60 0.91 0 0.77
HSL 260.38º 0.84% 0.12% -
HSV(B) 260.38º 0.91% 0.23% -
XYZ 1.17 0.6 4.06 -
YUV 16.42 151.46 132.69 -
System Red Green Blue C M Y K H S L
Decimal 23 5 58 0.60 0.91 0 0.77 260.38 0.84 0.12
Hex 17 5 3A 3C 5B 0 4D 104 54 C
Octal 27 5 72 74 133 0 115 404 124 14
Binary 10111 101 111010 111100 1011011 0 1001101 100000100 1010100 1100

Color Harmonies of #17053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17053A

Black with #17053A

Text Example


Text Example

White with #17053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17053A; }

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

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

background-color css

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

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

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

border-color css

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

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

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