Html Css Color HEX #200D2B Blackcurrant

📋 copy color: '#200D2B'

red 32 ◦ green 13 ◦ blue 43

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

Shades of Blackcurrant #200D2B

Tints of Blackcurrant #200D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 36.36%
G = 14.77%
B = 48.86%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#200D2B (or 0x200D2B) is known color: Blackcurrant. HEX triplet: 20, 0D and 2B. RGB value is (32,13,43). Sum of RGB (Red+Green+Blue) = 32+13+43=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 13 (5.47% from 255 or 14.77% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #200D2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D2B is #DFF2D4. Grayscale: #161616. Windows color (decimal): -14676693 or 2821408. OLE color: 2821408.

HSL color Cylindrical-coordinate representation of color #200D2B: hue angle of 278º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #200D2B is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 32 13 43 -
CMYK 0.26 0.70 0 0.83
HSL 278º 0.54% 0.11% -
HSV(B) 278º 0.7% 0.17% -
XYZ 1.18 0.77 2.37 -
YUV 22.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 32 13 43 0.26 0.70 0 0.83 278 0.54 0.11
Hex 20 D 2B 1A 46 0 53 116 36 B
Octal 40 15 53 32 106 0 123 426 66 13
Binary 100000 1101 101011 11010 1000110 0 1010011 100010110 110110 1011

Color Harmonies of #200D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D2B

Black with #200D2B

Text Example


Text Example

White with #200D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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