Html Css Color HEX #200030 Blackcurrant

📋 copy color: '#200030'

red 32 ◦ green 0 ◦ blue 48

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

Shades of Blackcurrant #200030

Tints of Blackcurrant #200030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 60%

R = 40%
G = 0%
B = 60%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#200030 (or 0x200030) is known color: Blackcurrant. HEX triplet: 20, 00 and 30. RGB value is (32,0,48). Sum of RGB (Red+Green+Blue) = 32+0+48=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #200030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200030 is #DFFFCF. Grayscale: #0E0E0E. Windows color (decimal): -14680016 or 3145760. OLE color: 3145760.

HSL color Cylindrical-coordinate representation of color #200030: hue angle of 280º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200030 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 0 48 -
CMYK 0.33 1 0 0.81
HSL 280º 1% 0.09% -
HSV(B) 280º 1% 0.19% -
XYZ 1.13 0.52 2.84 -
YUV 15.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 32 0 48 0.33 1 0 0.81 280 1 0.09
Hex 20 0 30 21 64 0 51 118 64 9
Octal 40 0 60 41 144 0 121 430 144 11
Binary 100000 0 110000 100001 1100100 0 1010001 100011000 1100100 1001

Color Harmonies of #200030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200030

Black with #200030

Text Example


Text Example

White with #200030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200030; }

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

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

background-color css

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

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

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

border-color css

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

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

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