Html Css Color HEX #200725 Blackcurrant

📋 copy color: '#200725'

red 32 ◦ green 7 ◦ blue 37

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

Shades of Blackcurrant #200725

Tints of Blackcurrant #200725

RGB

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

 GREEN value IS 7 (3.13% from 255) = 9.21%

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

R = 42.11%
G = 9.21%
B = 48.68%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200725 (or 0x200725) is known color: Blackcurrant. HEX triplet: 20, 07 and 25. RGB value is (32,7,37). Sum of RGB (Red+Green+Blue) = 32+7+37=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 7 (3.12% from 255 or 9.21% from 76); Blue value is 37 (14.84% from 255 or 48.68% from 76); Max value from RGB is 37 - color contains mainly: blue. Hex color #200725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200725 is #DFF8DA. Grayscale: #111111. Windows color (decimal): -14678235 or 2426656. OLE color: 2426656.

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

Color convert

RGB 32 7 37 -
CMYK 0.14 0.81 0 0.85
HSL 290º 0.68% 0.09% -
HSV(B) 290º 0.81% 0.15% -
XYZ 1.01 0.59 1.81 -
YUV 17.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 32 7 37 0.14 0.81 0 0.85 290 0.68 0.09
Hex 20 7 25 E 51 0 55 122 44 9
Octal 40 7 45 16 121 0 125 442 104 11
Binary 100000 111 100101 1110 1010001 0 1010101 100100010 1000100 1001

Color Harmonies of #200725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200725

Black with #200725

Text Example


Text Example

White with #200725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200725; }

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

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

background-color css

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

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

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

border-color css

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

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

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