Html Css Color HEX #200336 Blackcurrant

📋 copy color: '#200336'

red 32 ◦ green 3 ◦ blue 54

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

Shades of Blackcurrant #200336

Tints of Blackcurrant #200336

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

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

R = 35.96%
G = 3.37%
B = 60.67%

CMYK

 C value IS 0.41

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200336 (or 0x200336) is known color: Blackcurrant. HEX triplet: 20, 03 and 36. RGB value is (32,3,54). Sum of RGB (Red+Green+Blue) = 32+3+54=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 54 (21.48% from 255 or 60.67% from 89); Max value from RGB is 54 - color contains mainly: blue. Hex color #200336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200336 is #DFFCC9. Grayscale: #111111. Windows color (decimal): -14679242 or 3539744. OLE color: 3539744.

HSL color Cylindrical-coordinate representation of color #200336: hue angle of 274.12º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200336 is Cyan = 0.41, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 3 54 -
CMYK 0.41 0.94 0 0.79
HSL 274.12º 0.89% 0.11% -
HSV(B) 274.12º 0.94% 0.21% -
XYZ 1.29 0.64 3.55 -
YUV 17.49 148.61 138.35 -
System Red Green Blue C M Y K H S L
Decimal 32 3 54 0.41 0.94 0 0.79 274.12 0.89 0.11
Hex 20 3 36 29 5E 0 4F 112 59 B
Octal 40 3 66 51 136 0 117 422 131 13
Binary 100000 11 110110 101001 1011110 0 1001111 100010010 1011001 1011

Color Harmonies of #200336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200336

Black with #200336

Text Example


Text Example

White with #200336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200336; }

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

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

background-color css

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

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

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

border-color css

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

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

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