Html Css Color HEX #170C1A Blackcurrant

📋 copy color: '#170C1A'

red 23 ◦ green 12 ◦ blue 26

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

Shades of Blackcurrant #170C1A

Tints of Blackcurrant #170C1A

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.67%

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

R = 37.7%
G = 19.67%
B = 42.62%

CMYK

 C value IS 0.12

 M value IS 0.54

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#170C1A (or 0x170C1A) is known color: Blackcurrant. HEX triplet: 17, 0C and 1A. RGB value is (23,12,26). Sum of RGB (Red+Green+Blue) = 23+12+26=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 26 (10.55% from 255 or 42.62% from 61); Max value from RGB is 26 - color contains mainly: blue. Hex color #170C1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C1A is #E8F3E5. Grayscale: #101010. Windows color (decimal): -15266790 or 1707031. OLE color: 1707031.

HSL color Cylindrical-coordinate representation of color #170C1A: hue angle of 287.14º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #170C1A is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 23 12 26 -
CMYK 0.12 0.54 0 0.90
HSL 287.14º 0.37% 0.07% -
HSV(B) 287.14º 0.54% 0.1% -
XYZ 0.67 0.52 1.04 -
YUV 16.89 133.14 132.36 -
System Red Green Blue C M Y K H S L
Decimal 23 12 26 0.12 0.54 0 0.90 287.14 0.37 0.07
Hex 17 C 1A C 36 0 5A 11F 25 7
Octal 27 14 32 14 66 0 132 437 45 7
Binary 10111 1100 11010 1100 110110 0 1011010 100011111 100101 111

Color Harmonies of #170C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C1A

Black with #170C1A

Text Example


Text Example

White with #170C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170C1A; }

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

 H1.HeaderClassName
 {
   color: #170C1A;
 }
 .AnyTagClassName
 {
   color: #170C1A;
 }
</style>

background-color css

<style>
 a { background-color: #170C1A; }

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

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

border-color css

<style>
 span { border-color: #170C1A; }

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

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