Html Css Color HEX #200025 Blackcurrant

📋 copy color: '#200025'

red 32 ◦ green 0 ◦ blue 37

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

Shades of Blackcurrant #200025

Tints of Blackcurrant #200025

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.38%
G = 0%
B = 53.62%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200025 (or 0x200025) is known color: Blackcurrant. HEX triplet: 20, 00 and 25. RGB value is (32,0,37). Sum of RGB (Red+Green+Blue) = 32+0+37=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #200025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200025 is #DFFFDA. Grayscale: #0D0D0D. Windows color (decimal): -14680027 or 2424864. OLE color: 2424864.

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

Color convert

RGB 32 0 37 -
CMYK 0.14 1 0 0.85
HSL 291.89º 1% 0.07% -
HSV(B) 291.89º 1% 0.15% -
XYZ 0.93 0.44 1.79 -
YUV 13.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 32 0 37 0.14 1 0 0.85 291.89 1 0.07
Hex 20 0 25 E 64 0 55 124 64 7
Octal 40 0 45 16 144 0 125 444 144 7
Binary 100000 0 100101 1110 1100100 0 1010101 100100100 1100100 111

Color Harmonies of #200025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200025

Black with #200025

Text Example


Text Example

White with #200025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200025; }

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

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

background-color css

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

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

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

border-color css

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

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

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