Html Css Color HEX #200835 Blackcurrant

📋 copy color: '#200835'

red 32 ◦ green 8 ◦ blue 53

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

Shades of Blackcurrant #200835

Tints of Blackcurrant #200835

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.6%

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

R = 34.41%
G = 8.6%
B = 56.99%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200835 (or 0x200835) is known color: Blackcurrant. HEX triplet: 20, 08 and 35. RGB value is (32,8,53). Sum of RGB (Red+Green+Blue) = 32+8+53=93 (12% of max value = 765). Red value is 32 (12.89% from 255 or 34.41% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #200835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200835 is #DFF7CA. Grayscale: #141414. Windows color (decimal): -14677963 or 3475488. OLE color: 3475488.

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

Color convert

RGB 32 8 53 -
CMYK 0.40 0.85 0 0.79
HSL 272º 0.74% 0.12% -
HSV(B) 272º 0.85% 0.21% -
XYZ 1.33 0.74 3.44 -
YUV 20.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 32 8 53 0.40 0.85 0 0.79 272 0.74 0.12
Hex 20 8 35 28 55 0 4F 110 4A C
Octal 40 10 65 50 125 0 117 420 112 14
Binary 100000 1000 110101 101000 1010101 0 1001111 100010000 1001010 1100

Color Harmonies of #200835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200835

Black with #200835

Text Example


Text Example

White with #200835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200835; }

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

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

background-color css

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

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

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

border-color css

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

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

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