Html Css Color HEX #200E35 Blackcurrant

📋 copy color: '#200E35'

red 32 ◦ green 14 ◦ blue 53

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

Shades of Blackcurrant #200E35

Tints of Blackcurrant #200E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 53.54%

R = 32.32%
G = 14.14%
B = 53.54%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200E35 (or 0x200E35) is known color: Blackcurrant. HEX triplet: 20, 0E and 35. RGB value is (32,14,53). Sum of RGB (Red+Green+Blue) = 32+14+53=99 (13% of max value = 765). Red value is 32 (12.89% from 255 or 32.32% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #200E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E35 is #DFF1CA. Grayscale: #171717. Windows color (decimal): -14676427 or 3477024. OLE color: 3477024.

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

Color convert

RGB 32 14 53 -
CMYK 0.40 0.74 0 0.79
HSL 267.69º 0.58% 0.13% -
HSV(B) 267.69º 0.74% 0.21% -
XYZ 1.4 0.88 3.46 -
YUV 23.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 32 14 53 0.40 0.74 0 0.79 267.69 0.58 0.13
Hex 20 E 35 28 4A 0 4F 10C 3A D
Octal 40 16 65 50 112 0 117 414 72 15
Binary 100000 1110 110101 101000 1001010 0 1001111 100001100 111010 1101

Color Harmonies of #200E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E35

Black with #200E35

Text Example


Text Example

White with #200E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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