#23032D

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

Shades of Blackcurrant #23032D

Tints of Blackcurrant #23032D

Color information

#23032D (or 0x23032D) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 2D. RGB value is (35,3,45). Sum of RGB (Red+Green+Blue) = 35+3+45=83 (10% of max value = 765). Red value is 35 (14.06% from 255 or 42.17% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #23032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032D is #DCFCD2. Grayscale: #111111. Windows color (decimal): -14482643 or 2949923. OLE color: 2949923.

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

Color convert

RGB35345-
CMYK0.220.9300.82
HSL285.71º87.5%9.41%-
HSV(B)285.71º93.33%17.65%-
XYZ1.20.612.54-
YUV17.36143.6140.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 42.17%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=42.17%
G=3.61%
B=54.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal353450.220.9300.82285.7187.59.41
Hex2332D165D05211e589
Octal4335526135012243613011
Binary100011111011011011010111010101001010001111010110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23032D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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