Html Css Color HEX #200335 Blackcurrant

📋 copy color: '#200335'

red 32 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #200335

Tints of Blackcurrant #200335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.41%

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

R = 36.36%
G = 3.41%
B = 60.23%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200335 (or 0x200335) is known color: Blackcurrant. HEX triplet: 20, 03 and 35. RGB value is (32,3,53). Sum of RGB (Red+Green+Blue) = 32+3+53=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #200335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200335 is #DFFCCA. Grayscale: #111111. Windows color (decimal): -14679243 or 3474208. OLE color: 3474208.

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

Color convert

RGB 32 3 53 -
CMYK 0.40 0.94 0 0.79
HSL 274.8º 0.89% 0.11% -
HSV(B) 274.8º 0.94% 0.21% -
XYZ 1.27 0.63 3.42 -
YUV 17.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 32 3 53 0.40 0.94 0 0.79 274.8 0.89 0.11
Hex 20 3 35 28 5E 0 4F 113 59 B
Octal 40 3 65 50 136 0 117 423 131 13
Binary 100000 11 110101 101000 1011110 0 1001111 100010011 1011001 1011

Color Harmonies of #200335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200335

Black with #200335

Text Example


Text Example

White with #200335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200335; }

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

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

background-color css

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

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

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

border-color css

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

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

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