#200F23

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

Shades of Blackcurrant #200F23

Tints of Blackcurrant #200F23

Color information

#200F23 (or 0x200F23) is unknown color: approx Blackcurrant. HEX triplet: 20, 0F and 23. RGB value is (32,15,35). Sum of RGB (Red+Green+Blue) = 32+15+35=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 15 (6.25% from 255 or 18.29% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #200F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F23 is #DFF0DC. Grayscale: #161616. Windows color (decimal): -14676189 or 2297632. OLE color: 2297632.

HSL color Cylindrical-coordinate representation of color #200F23: hue angle of 291º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #200F23 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB321535-
CMYK0.090.5700.86
HSL291º40%9.8%-
HSV(B)291º57.14%13.73%-
XYZ1.070.771.68-
YUV22.36135.13134.87-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 15 (6.25% from 255) = 18.29%
BLUE value IS 35 (14.06% from 255) = 42.68%
R=39.02%
G=18.29%
B=42.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3215350.090.5700.86291409.8
Hex20F2393905612328a
Octal401743117101264435012
Binary10000011111000111001111001010101101001000111010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200F23; }

 p { color: rgb(32,15,35); }

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

<style>
 a { background-color: #200F23; }

 a { background-color: rgb(32,15,35); }

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

<style>
 span { border-color: #200F23; }

 span { border-color: rgb(32,15,35); }

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