Html Css Color HEX #200925 Blackcurrant

📋 copy color: '#200925'

red 32 ◦ green 9 ◦ blue 37

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

Shades of Blackcurrant #200925

Tints of Blackcurrant #200925

RGB

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

 GREEN value IS 9 (3.91% from 255) = 11.54%

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

R = 41.03%
G = 11.54%
B = 47.44%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200925 (or 0x200925) is known color: Blackcurrant. HEX triplet: 20, 09 and 25. RGB value is (32,9,37). Sum of RGB (Red+Green+Blue) = 32+9+37=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #200925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200925 is #DFF6DA. Grayscale: #121212. Windows color (decimal): -14677723 or 2427168. OLE color: 2427168.

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

Color convert

RGB 32 9 37 -
CMYK 0.14 0.76 0 0.85
HSL 289.29º 0.61% 0.09% -
HSV(B) 289.29º 0.76% 0.15% -
XYZ 1.03 0.64 1.82 -
YUV 19.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 32 9 37 0.14 0.76 0 0.85 289.29 0.61 0.09
Hex 20 9 25 E 4C 0 55 121 3D 9
Octal 40 11 45 16 114 0 125 441 75 11
Binary 100000 1001 100101 1110 1001100 0 1010101 100100001 111101 1001

Color Harmonies of #200925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200925

Black with #200925

Text Example


Text Example

White with #200925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200925; }

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

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

background-color css

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

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

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

border-color css

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

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

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