Html Css Color HEX #200D36 Blackcurrant

📋 copy color: '#200D36'

red 32 ◦ green 13 ◦ blue 54

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

Shades of Blackcurrant #200D36

Tints of Blackcurrant #200D36

RGB

 RED value IS 32 (12.89% from 255) = 32.32%

 GREEN value IS 13 (5.47% from 255) = 13.13%

 BLUE value IS 54 (21.48% from 255) = 54.55%

R = 32.32%
G = 13.13%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200D36 (or 0x200D36) is known color: Blackcurrant. HEX triplet: 20, 0D and 36. RGB value is (32,13,54). Sum of RGB (Red+Green+Blue) = 32+13+54=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 54 (21.48% from 255 or 54.55% from 99); Max value from RGB is 54 - color contains mainly: blue. Hex color #200D36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D36 is #DFF2C9. Grayscale: #171717. Windows color (decimal): -14676682 or 3542304. OLE color: 3542304.

HSL color Cylindrical-coordinate representation of color #200D36: hue angle of 267.8º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #200D36 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 13 54 -
CMYK 0.41 0.76 0 0.79
HSL 267.8º 0.61% 0.13% -
HSV(B) 267.8º 0.76% 0.21% -
XYZ 1.41 0.86 3.58 -
YUV 23.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 32 13 54 0.41 0.76 0 0.79 267.8 0.61 0.13
Hex 20 D 36 29 4C 0 4F 10C 3D D
Octal 40 15 66 51 114 0 117 414 75 15
Binary 100000 1101 110110 101001 1001100 0 1001111 100001100 111101 1101

Color Harmonies of #200D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D36

Black with #200D36

Text Example


Text Example

White with #200D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,13,54); }

 H1.HeaderClassName
 {
   color: #200D36;
 }
 .AnyTagClassName
 {
   color: #200D36;
 }
</style>

background-color css

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

 a { background-color: rgb(32,13,54); }

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

border-color css

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

 span { border-color: rgb(32,13,54); }

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