#23042C

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

Shades of Blackcurrant #23042C

Tints of Blackcurrant #23042C

Color information

#23042C (or 0x23042C) is unknown color: approx Blackcurrant. HEX triplet: 23, 04 and 2C. RGB value is (35,4,44). Sum of RGB (Red+Green+Blue) = 35+4+44=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 44 (17.58% from 255 or 53.01% from 83); Max value from RGB is 44 - color contains mainly: blue. Hex color #23042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23042C is #DCFBD3. Grayscale: #111111. Windows color (decimal): -14482388 or 2884643. OLE color: 2884643.

HSL color Cylindrical-coordinate representation of color #23042C: hue angle of 286.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23042C is Cyan = 0.20, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB35444-
CMYK0.200.9100.83
HSL286.5º83.33%9.41%-
HSV(B)286.5º90.91%17.25%-
XYZ1.190.632.44-
YUV17.83142.77140.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 4 (1.95% from 255) = 4.82%
BLUE value IS 44 (17.58% from 255) = 53.01%
R=42.17%
G=4.82%
B=53.01%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal354440.200.9100.83286.583.339.41
Hex2342C145B05311e539
Octal4345424133012343612311
Binary1000111001011001010010110110101001110001111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23042C; }

 p { color: rgb(35,4,44); }

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

<style>
 a { background-color: #23042C; }

 a { background-color: rgb(35,4,44); }

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

<style>
 span { border-color: #23042C; }

 span { border-color: rgb(35,4,44); }

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