Html Css Color HEX #200047 Blackcurrant

📋 copy color: '#200047'

red 32 ◦ green 0 ◦ blue 71

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

Shades of Blackcurrant #200047

Tints of Blackcurrant #200047

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 71 (28.13% from 255) = 68.93%

R = 31.07%
G = 0%
B = 68.93%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#200047 (or 0x200047) is known color: Blackcurrant. HEX triplet: 20, 00 and 47. RGB value is (32,0,71). Sum of RGB (Red+Green+Blue) = 32+0+71=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #200047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200047 is #DFFFB8. Grayscale: #111111. Windows color (decimal): -14679993 or 4653088. OLE color: 4653088.

HSL color Cylindrical-coordinate representation of color #200047: hue angle of 267.04º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200047 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 32 0 71 -
CMYK 0.55 1 0 0.72
HSL 267.04º 1% 0.14% -
HSV(B) 267.04º 1% 0.28% -
XYZ 1.73 0.76 6.02 -
YUV 17.66 158.1 138.23 -
System Red Green Blue C M Y K H S L
Decimal 32 0 71 0.55 1 0 0.72 267.04 1 0.14
Hex 20 0 47 37 64 0 48 10B 64 E
Octal 40 0 107 67 144 0 110 413 144 16
Binary 100000 0 1000111 110111 1100100 0 1001000 100001011 1100100 1110

Color Harmonies of #200047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200047

Black with #200047

Text Example


Text Example

White with #200047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200047; }

 p { color: rgb(32,0,71); }

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

background-color css

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

 a { background-color: rgb(32,0,71); }

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

border-color css

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

 span { border-color: rgb(32,0,71); }

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