Html Css Color HEX #200F23 Blackcurrant

📋 copy color: '#200F23'

red 32 ◦ green 15 ◦ blue 35

#200F23
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #200F23

Tints of Blackcurrant #200F23

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 value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#200F23 (or 0x200F23) is known color: 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

RGB 32 15 35 -
CMYK 0.09 0.57 0 0.86
HSL 291º 0.4% 0.1% -
HSV(B) 291º 0.57% 0.14% -
XYZ 1.07 0.77 1.68 -
YUV 22.36 135.13 134.87 -
System Red Green Blue C M Y K H S L
Decimal 32 15 35 0.09 0.57 0 0.86 291 0.4 0.1
Hex 20 F 23 9 39 0 56 123 28 A
Octal 40 17 43 11 71 0 126 443 50 12
Binary 100000 1111 100011 1001 111001 0 1010110 100100011 101000 1010

Color Harmonies of #200F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F23

Black with #200F23

Text Example


Text Example

White with #200F23

Text Example


Text Example

HTML Codes & Css Web 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>