Html Css Color HEX #200135 Blackcurrant

📋 copy color: '#200135'

red 32 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #200135

Tints of Blackcurrant #200135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.16%

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

R = 37.21%
G = 1.16%
B = 61.63%

CMYK

 C value IS 0.40

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#200135 (or 0x200135) is known color: Blackcurrant. HEX triplet: 20, 01 and 35. RGB value is (32,1,53). Sum of RGB (Red+Green+Blue) = 32+1+53=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 53 (21.09% from 255 or 61.63% from 86); Max value from RGB is 53 - color contains mainly: blue. Hex color #200135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200135 is #DFFECA. Grayscale: #101010. Windows color (decimal): -14679755 or 3473696. OLE color: 3473696.

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

Color convert

RGB 32 1 53 -
CMYK 0.40 0.98 0 0.79
HSL 275.77º 0.96% 0.11% -
HSV(B) 275.77º 0.98% 0.21% -
XYZ 1.25 0.59 3.42 -
YUV 16.2 148.77 139.27 -
System Red Green Blue C M Y K H S L
Decimal 32 1 53 0.40 0.98 0 0.79 275.77 0.96 0.11
Hex 20 1 35 28 62 0 4F 114 60 B
Octal 40 1 65 50 142 0 117 424 140 13
Binary 100000 1 110101 101000 1100010 0 1001111 100010100 1100000 1011

Color Harmonies of #200135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200135

Black with #200135

Text Example


Text Example

White with #200135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200135; }

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

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

background-color css

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

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

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

border-color css

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

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

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