Html Css Color HEX #170C2C Blackcurrant

📋 copy color: '#170C2C'

red 23 ◦ green 12 ◦ blue 44

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

Shades of Blackcurrant #170C2C

Tints of Blackcurrant #170C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 55.7%

R = 29.11%
G = 15.19%
B = 55.7%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#170C2C (or 0x170C2C) is known color: Blackcurrant. HEX triplet: 17, 0C and 2C. RGB value is (23,12,44). Sum of RGB (Red+Green+Blue) = 23+12+44=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 12 (5.08% from 255 or 15.19% from 79); Blue value is 44 (17.58% from 255 or 55.70% from 79); Max value from RGB is 44 - color contains mainly: blue. Hex color #170C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170C2C is #E8F3D3. Grayscale: #121212. Windows color (decimal): -15266772 or 2886679. OLE color: 2886679.

HSL color Cylindrical-coordinate representation of color #170C2C: hue angle of 260.62º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #170C2C is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 23 12 44 -
CMYK 0.48 0.73 0 0.83
HSL 260.63º 0.57% 0.11% -
HSV(B) 260.63º 0.73% 0.17% -
XYZ 0.94 0.63 2.45 -
YUV 18.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 23 12 44 0.48 0.73 0 0.83 260.63 0.57 0.11
Hex 17 C 2C 30 49 0 53 105 39 B
Octal 27 14 54 60 111 0 123 405 71 13
Binary 10111 1100 101100 110000 1001001 0 1010011 100000101 111001 1011

Color Harmonies of #170C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170C2C

Black with #170C2C

Text Example


Text Example

White with #170C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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