Html Css Color HEX #17121A Blackcurrant

📋 copy color: '#17121A'

red 23 ◦ green 18 ◦ blue 26

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

Shades of Blackcurrant #17121A

Tints of Blackcurrant #17121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 34.33%
G = 26.87%
B = 38.81%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#17121A (or 0x17121A) is known color: Blackcurrant. HEX triplet: 17, 12 and 1A. RGB value is (23,18,26). Sum of RGB (Red+Green+Blue) = 23+18+26=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #17121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17121A is #E8EDE5. Grayscale: #141414. Windows color (decimal): -15265254 or 1708567. OLE color: 1708567.

HSL color Cylindrical-coordinate representation of color #17121A: hue angle of 277.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #17121A is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 18 26 -
CMYK 0.12 0.31 0 0.90
HSL 277.5º 0.18% 0.09% -
HSV(B) 277.5º 0.31% 0.1% -
XYZ 0.76 0.69 1.07 -
YUV 20.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 23 18 26 0.12 0.31 0 0.90 277.5 0.18 0.09
Hex 17 12 1A C 1F 0 5A 116 12 9
Octal 27 22 32 14 37 0 132 426 22 11
Binary 10111 10010 11010 1100 11111 0 1011010 100010110 10010 1001

Color Harmonies of #17121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17121A

Black with #17121A

Text Example


Text Example

White with #17121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,18,26); }

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

background-color css

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

 a { background-color: rgb(23,18,26); }

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

border-color css

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

 span { border-color: rgb(23,18,26); }

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