Html Css Color HEX #200235 Blackcurrant

📋 copy color: '#200235'

red 32 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #200235

Tints of Blackcurrant #200235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.3%

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

R = 36.78%
G = 2.3%
B = 60.92%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200235 (or 0x200235) is known color: Blackcurrant. HEX triplet: 20, 02 and 35. RGB value is (32,2,53). Sum of RGB (Red+Green+Blue) = 32+2+53=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 53 (21.09% from 255 or 60.92% from 87); Max value from RGB is 53 - color contains mainly: blue. Hex color #200235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200235 is #DFFDCA. Grayscale: #101010. Windows color (decimal): -14679499 or 3473952. OLE color: 3473952.

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

Color convert

RGB 32 2 53 -
CMYK 0.40 0.96 0 0.79
HSL 275.29º 0.93% 0.11% -
HSV(B) 275.29º 0.96% 0.21% -
XYZ 1.26 0.61 3.42 -
YUV 16.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 32 2 53 0.40 0.96 0 0.79 275.29 0.93 0.11
Hex 20 2 35 28 60 0 4F 113 5D B
Octal 40 2 65 50 140 0 117 423 135 13
Binary 100000 10 110101 101000 1100000 0 1001111 100010011 1011101 1011

Color Harmonies of #200235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200235

Black with #200235

Text Example


Text Example

White with #200235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200235; }

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

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

background-color css

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

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

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

border-color css

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

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

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