#23032E

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

Shades of Blackcurrant #23032E

Tints of Blackcurrant #23032E

Color information

#23032E (or 0x23032E) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 2E. RGB value is (35,3,46). Sum of RGB (Red+Green+Blue) = 35+3+46=84 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.67% from 84); Green value is 3 (1.56% from 255 or 3.57% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #23032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032E is #DCFCD1. Grayscale: #111111. Windows color (decimal): -14482642 or 3015459. OLE color: 3015459.

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

Color convert

RGB35346-
CMYK0.240.9300.82
HSL284.65º87.76%9.61%-
HSV(B)284.65º93.48%18.04%-
XYZ1.220.622.64-
YUV17.47144.1140.5-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.67%
GREEN value IS 3 (1.56% from 255) = 3.57%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=41.67%
G=3.57%
B=54.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal353460.240.9300.82284.6587.769.61
Hex2332E185D05211d58a
Octal4335630135012243513012
Binary100011111011101100010111010101001010001110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23032E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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