Html Css Color HEX #170C1C Blackcurrant

📋 copy color: '#170C1C'

red 23 ◦ green 12 ◦ blue 28

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

Shades of Blackcurrant #170C1C

Tints of Blackcurrant #170C1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 36.51%
G = 19.05%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#170C1C (or 0x170C1C) is known color: Blackcurrant. HEX triplet: 17, 0C and 1C. RGB value is (23,12,28). Sum of RGB (Red+Green+Blue) = 23+12+28=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #170C1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C1C is #E8F3E3. Grayscale: #111111. Windows color (decimal): -15266788 or 1838103. OLE color: 1838103.

HSL color Cylindrical-coordinate representation of color #170C1C: hue angle of 281.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #170C1C is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 23 12 28 -
CMYK 0.18 0.57 0 0.89
HSL 281.25º 0.4% 0.08% -
HSV(B) 281.25º 0.57% 0.11% -
XYZ 0.69 0.53 1.16 -
YUV 17.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 23 12 28 0.18 0.57 0 0.89 281.25 0.4 0.08
Hex 17 C 1C 12 39 0 59 119 28 8
Octal 27 14 34 22 71 0 131 431 50 10
Binary 10111 1100 11100 10010 111001 0 1011001 100011001 101000 1000

Color Harmonies of #170C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C1C

Black with #170C1C

Text Example


Text Example

White with #170C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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