Html Css Color HEX #200E2D Blackcurrant

📋 copy color: '#200E2D'

red 32 ◦ green 14 ◦ blue 45

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

Shades of Blackcurrant #200E2D

Tints of Blackcurrant #200E2D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 15.38%

 BLUE value IS 45 (17.97% from 255) = 49.45%

R = 35.16%
G = 15.38%
B = 49.45%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#200E2D (or 0x200E2D) is known color: Blackcurrant. HEX triplet: 20, 0E and 2D. RGB value is (32,14,45). Sum of RGB (Red+Green+Blue) = 32+14+45=91 (12% of max value = 765). Red value is 32 (12.89% from 255 or 35.16% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 45 (17.97% from 255 or 49.45% from 91); Max value from RGB is 45 - color contains mainly: blue. Hex color #200E2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E2D is #DFF1D2. Grayscale: #161616. Windows color (decimal): -14676435 or 2952736. OLE color: 2952736.

HSL color Cylindrical-coordinate representation of color #200E2D: hue angle of 274.84º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200E2D is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 32 14 45 -
CMYK 0.29 0.69 0 0.82
HSL 274.84º 0.53% 0.12% -
HSV(B) 274.84º 0.69% 0.18% -
XYZ 1.23 0.81 2.57 -
YUV 22.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 32 14 45 0.29 0.69 0 0.82 274.84 0.53 0.12
Hex 20 E 2D 1D 45 0 52 113 35 C
Octal 40 16 55 35 105 0 122 423 65 14
Binary 100000 1110 101101 11101 1000101 0 1010010 100010011 110101 1100

Color Harmonies of #200E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E2D

Black with #200E2D

Text Example


Text Example

White with #200E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,14,45); }

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

background-color css

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

 a { background-color: rgb(32,14,45); }

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

border-color css

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

 span { border-color: rgb(32,14,45); }

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