Html Css Color HEX #200D29 Blackcurrant

📋 copy color: '#200D29'

red 32 ◦ green 13 ◦ blue 41

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

Shades of Blackcurrant #200D29

Tints of Blackcurrant #200D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 47.67%

R = 37.21%
G = 15.12%
B = 47.67%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#200D29 (or 0x200D29) is known color: Blackcurrant. HEX triplet: 20, 0D and 29. RGB value is (32,13,41). Sum of RGB (Red+Green+Blue) = 32+13+41=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 41 (16.41% from 255 or 47.67% from 86); Max value from RGB is 41 - color contains mainly: blue. Hex color #200D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D29 is #DFF2D6. Grayscale: #151515. Windows color (decimal): -14676695 or 2690336. OLE color: 2690336.

HSL color Cylindrical-coordinate representation of color #200D29: hue angle of 280.71º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #200D29 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 32 13 41 -
CMYK 0.22 0.68 0 0.84
HSL 280.71º 0.52% 0.11% -
HSV(B) 280.71º 0.68% 0.16% -
XYZ 1.14 0.76 2.18 -
YUV 21.87 138.79 135.22 -
System Red Green Blue C M Y K H S L
Decimal 32 13 41 0.22 0.68 0 0.84 280.71 0.52 0.11
Hex 20 D 29 16 44 0 54 119 34 B
Octal 40 15 51 26 104 0 124 431 64 13
Binary 100000 1101 101001 10110 1000100 0 1010100 100011001 110100 1011

Color Harmonies of #200D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D29

Black with #200D29

Text Example


Text Example

White with #200D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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