Html Css Color HEX #17012A Blackcurrant

📋 copy color: '#17012A'

red 23 ◦ green 1 ◦ blue 42

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

Shades of Blackcurrant #17012A

Tints of Blackcurrant #17012A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 63.64%

R = 34.85%
G = 1.52%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#17012A (or 0x17012A) is known color: Blackcurrant. HEX triplet: 17, 01 and 2A. RGB value is (23,1,42). Sum of RGB (Red+Green+Blue) = 23+1+42=66 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.85% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #17012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012A is #E8FED5. Grayscale: #0C0C0C. Windows color (decimal): -15269590 or 2752791. OLE color: 2752791.

HSL color Cylindrical-coordinate representation of color #17012A: hue angle of 272.2º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17012A is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 23 1 42 -
CMYK 0.45 0.98 0 0.84
HSL 272.2º 0.95% 0.08% -
HSV(B) 272.2º 0.98% 0.16% -
XYZ 0.78 0.37 2.22 -
YUV 12.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 23 1 42 0.45 0.98 0 0.84 272.2 0.95 0.08
Hex 17 1 2A 2D 62 0 54 110 5F 8
Octal 27 1 52 55 142 0 124 420 137 10
Binary 10111 1 101010 101101 1100010 0 1010100 100010000 1011111 1000

Color Harmonies of #17012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17012A

Black with #17012A

Text Example


Text Example

White with #17012A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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