Html Css Color HEX #200038 Blackcurrant

📋 copy color: '#200038'

red 32 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #200038

Tints of Blackcurrant #200038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 63.64%

R = 36.36%
G = 0%
B = 63.64%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200038 (or 0x200038) is known color: Blackcurrant. HEX triplet: 20, 00 and 38. RGB value is (32,0,56). Sum of RGB (Red+Green+Blue) = 32+0+56=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #200038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200038 is #DFFFC7. Grayscale: #0F0F0F. Windows color (decimal): -14680008 or 3670048. OLE color: 3670048.

HSL color Cylindrical-coordinate representation of color #200038: hue angle of 274.29º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200038 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 0 56 -
CMYK 0.43 1 0 0.78
HSL 274.29º 1% 0.11% -
HSV(B) 274.29º 1% 0.22% -
XYZ 1.31 0.59 3.79 -
YUV 15.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 32 0 56 0.43 1 0 0.78 274.29 1 0.11
Hex 20 0 38 2B 64 0 4E 112 64 B
Octal 40 0 70 53 144 0 116 422 144 13
Binary 100000 0 111000 101011 1100100 0 1001110 100010010 1100100 1011

Color Harmonies of #200038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200038

Black with #200038

Text Example


Text Example

White with #200038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200038; }

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

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

background-color css

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

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

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

border-color css

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

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

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