Html Css Color HEX #200225 Blackcurrant

📋 copy color: '#200225'

red 32 ◦ green 2 ◦ blue 37

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

Shades of Blackcurrant #200225

Tints of Blackcurrant #200225

RGB

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

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

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

R = 45.07%
G = 2.82%
B = 52.11%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200225 (or 0x200225) is known color: Blackcurrant. HEX triplet: 20, 02 and 25. RGB value is (32,2,37). Sum of RGB (Red+Green+Blue) = 32+2+37=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #200225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200225 is #DFFDDA. Grayscale: #0E0E0E. Windows color (decimal): -14679515 or 2425376. OLE color: 2425376.

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

Color convert

RGB 32 2 37 -
CMYK 0.14 0.95 0 0.85
HSL 291.43º 0.9% 0.08% -
HSV(B) 291.43º 0.95% 0.15% -
XYZ 0.95 0.48 1.79 -
YUV 14.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 32 2 37 0.14 0.95 0 0.85 291.43 0.9 0.08
Hex 20 2 25 E 5F 0 55 123 5A 8
Octal 40 2 45 16 137 0 125 443 132 10
Binary 100000 10 100101 1110 1011111 0 1010101 100100011 1011010 1000

Color Harmonies of #200225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200225

Black with #200225

Text Example


Text Example

White with #200225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200225; }

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

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

background-color css

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

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

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

border-color css

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

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

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