Html Css Color HEX #200125 Blackcurrant

📋 copy color: '#200125'

red 32 ◦ green 1 ◦ blue 37

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

Shades of Blackcurrant #200125

Tints of Blackcurrant #200125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 52.86%

R = 45.71%
G = 1.43%
B = 52.86%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200125 (or 0x200125) is known color: Blackcurrant. HEX triplet: 20, 01 and 25. RGB value is (32,1,37). Sum of RGB (Red+Green+Blue) = 32+1+37=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #200125 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200125 is #DFFEDA. Grayscale: #0E0E0E. Windows color (decimal): -14679771 or 2425120. OLE color: 2425120.

HSL color Cylindrical-coordinate representation of color #200125: hue angle of 291.67º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #200125 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 1 37 -
CMYK 0.14 0.97 0 0.85
HSL 291.67º 0.95% 0.07% -
HSV(B) 291.67º 0.97% 0.15% -
XYZ 0.94 0.46 1.79 -
YUV 14.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 32 1 37 0.14 0.97 0 0.85 291.67 0.95 0.07
Hex 20 1 25 E 61 0 55 124 5F 7
Octal 40 1 45 16 141 0 125 444 137 7
Binary 100000 1 100101 1110 1100001 0 1010101 100100100 1011111 111

Color Harmonies of #200125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200125

Black with #200125

Text Example


Text Example

White with #200125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200125; }

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

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

background-color css

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

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

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

border-color css

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

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

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