Html Css Color HEX #200136 Blackcurrant

📋 copy color: '#200136'

red 32 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #200136

Tints of Blackcurrant #200136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 36.78%
G = 1.15%
B = 62.07%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200136 (or 0x200136) is known color: Blackcurrant. HEX triplet: 20, 01 and 36. RGB value is (32,1,54). Sum of RGB (Red+Green+Blue) = 32+1+54=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #200136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200136 is #DFFEC9. Grayscale: #101010. Windows color (decimal): -14679754 or 3539232. OLE color: 3539232.

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

Color convert

RGB 32 1 54 -
CMYK 0.41 0.98 0 0.79
HSL 275.09º 0.96% 0.11% -
HSV(B) 275.09º 0.98% 0.21% -
XYZ 1.27 0.6 3.54 -
YUV 16.31 149.27 139.19 -
System Red Green Blue C M Y K H S L
Decimal 32 1 54 0.41 0.98 0 0.79 275.09 0.96 0.11
Hex 20 1 36 29 62 0 4F 113 60 B
Octal 40 1 66 51 142 0 117 423 140 13
Binary 100000 1 110110 101001 1100010 0 1001111 100010011 1100000 1011

Color Harmonies of #200136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200136

Black with #200136

Text Example


Text Example

White with #200136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200136; }

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

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

background-color css

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

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

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

border-color css

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

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

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