Html Css Color HEX #200035 Blackcurrant

📋 copy color: '#200035'

red 32 ◦ green 0 ◦ blue 53

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

Shades of Blackcurrant #200035

Tints of Blackcurrant #200035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 62.35%

R = 37.65%
G = 0%
B = 62.35%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200035 (or 0x200035) is known color: Blackcurrant. HEX triplet: 20, 00 and 35. RGB value is (32,0,53). Sum of RGB (Red+Green+Blue) = 32+0+53=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 53 (21.09% from 255 or 62.35% from 85); Max value from RGB is 53 - color contains mainly: blue. Hex color #200035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200035 is #DFFFCA. Grayscale: #0F0F0F. Windows color (decimal): -14680011 or 3473440. OLE color: 3473440.

HSL color Cylindrical-coordinate representation of color #200035: hue angle of 276.23º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200035 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 32 0 53 -
CMYK 0.40 1 0 0.79
HSL 276.23º 1% 0.1% -
HSV(B) 276.23º 1% 0.21% -
XYZ 1.24 0.56 3.41 -
YUV 15.61 149.1 139.69 -
System Red Green Blue C M Y K H S L
Decimal 32 0 53 0.40 1 0 0.79 276.23 1 0.1
Hex 20 0 35 28 64 0 4F 114 64 A
Octal 40 0 65 50 144 0 117 424 144 12
Binary 100000 0 110101 101000 1100100 0 1001111 100010100 1100100 1010

Color Harmonies of #200035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200035

Black with #200035

Text Example


Text Example

White with #200035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200035; }

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

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

background-color css

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

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

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

border-color css

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

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

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