#23032F

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

Shades of Blackcurrant #23032F

Tints of Blackcurrant #23032F

Color information

#23032F (or 0x23032F) is unknown color: approx Blackcurrant. HEX triplet: 23, 03 and 2F. RGB value is (35,3,47). Sum of RGB (Red+Green+Blue) = 35+3+47=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #23032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23032F is #DCFCD0. Grayscale: #111111. Windows color (decimal): -14482641 or 3080995. OLE color: 3080995.

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

Color convert

RGB35347-
CMYK0.260.9400.82
HSL283.64º88%9.8%-
HSV(B)283.64º93.62%18.43%-
XYZ1.240.632.75-
YUV17.58144.6140.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 41.18%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=41.18%
G=3.53%
B=55.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal353470.260.9400.82283.64889.8
Hex2332F1A5E05211c58a
Octal4335732136012243413012
Binary100011111011111101010111100101001010001110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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