Html Css Color HEX #17012E Blackcurrant

📋 copy color: '#17012E'

red 23 ◦ green 1 ◦ blue 46

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

Shades of Blackcurrant #17012E

Tints of Blackcurrant #17012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

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

R = 32.86%
G = 1.43%
B = 65.71%

CMYK

 C value IS 0.50

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17012E (or 0x17012E) is known color: Blackcurrant. HEX triplet: 17, 01 and 2E. RGB value is (23,1,46). Sum of RGB (Red+Green+Blue) = 23+1+46=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #17012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012E is #E8FED1. Grayscale: #0C0C0C. Windows color (decimal): -15269586 or 3014935. OLE color: 3014935.

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

Color convert

RGB 23 1 46 -
CMYK 0.50 0.98 0 0.82
HSL 269.33º 0.96% 0.09% -
HSV(B) 269.33º 0.98% 0.18% -
XYZ 0.86 0.4 2.62 -
YUV 12.71 146.79 135.34 -
System Red Green Blue C M Y K H S L
Decimal 23 1 46 0.50 0.98 0 0.82 269.33 0.96 0.09
Hex 17 1 2E 32 62 0 52 10D 60 9
Octal 27 1 56 62 142 0 122 415 140 11
Binary 10111 1 101110 110010 1100010 0 1010010 100001101 1100000 1001

Color Harmonies of #17012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17012E

Black with #17012E

Text Example


Text Example

White with #17012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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