#23172D

Color #23172D Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #23172D

Tints of Blackcurrant #23172D

Color information

#23172D (or 0x23172D) is unknown color: approx Blackcurrant. HEX triplet: 23, 17 and 2D. RGB value is (35,23,45). Sum of RGB (Red+Green+Blue) = 35+23+45=103 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.98% from 103); Green value is 23 (9.38% from 255 or 22.33% from 103); Blue value is 45 (17.97% from 255 or 43.69% from 103); Max value from RGB is 45 - color contains mainly: blue. Hex color #23172D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23172D is #DCE8D2. Grayscale: #1D1D1D. Windows color (decimal): -14477523 or 2955043. OLE color: 2955043.

HSL color Cylindrical-coordinate representation of color #23172D: hue angle of 272.73º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #23172D is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB352345-
CMYK0.220.4900.82
HSL272.73º32.35%13.33%-
HSV(B)272.73º48.89%17.65%-
XYZ1.471.162.63-
YUV29.1136.98132.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 33.98%
GREEN value IS 23 (9.38% from 255) = 22.33%
BLUE value IS 45 (17.97% from 255) = 43.69%
R=33.98%
G=22.33%
B=43.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3523450.220.4900.82272.7332.3513.33
Hex23172D163105211120d
Octal432755266101224214015
Binary1000111011110110110110110001010100101000100011000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23172D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23172D; }

 p { color: rgb(35,23,45); }

 H1.HeaderClassName
 {
   color: #23172D;
 }
 .AnyTagClassName
 {
   color: #23172D;
 }
</style>
background-color css

<style>
 a { background-color: #23172D; }

 a { background-color: rgb(35,23,45); }

 div.DivClassName
 {
   background-color: #23172D;
 }
 .BgClassName
 {
   background-color: #23172D;
 }
</style>
border-color css

<style>
 span { border-color: #23172D; }

 span { border-color: rgb(35,23,45); }

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