Html Css Color HEX #200E25 Blackcurrant

📋 copy color: '#200E25'

red 32 ◦ green 14 ◦ blue 37

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

Shades of Blackcurrant #200E25

Tints of Blackcurrant #200E25

RGB

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

 GREEN value IS 14 (5.86% from 255) = 16.87%

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

R = 38.55%
G = 16.87%
B = 44.58%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#200E25 (or 0x200E25) is known color: Blackcurrant. HEX triplet: 20, 0E and 25. RGB value is (32,14,37). Sum of RGB (Red+Green+Blue) = 32+14+37=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 37 (14.84% from 255 or 44.58% from 83); Max value from RGB is 37 - color contains mainly: blue. Hex color #200E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E25 is #DFF1DA. Grayscale: #151515. Windows color (decimal): -14676443 or 2428448. OLE color: 2428448.

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

Color convert

RGB 32 14 37 -
CMYK 0.14 0.62 0 0.85
HSL 286.96º 0.45% 0.1% -
HSV(B) 286.96º 0.62% 0.15% -
XYZ 1.09 0.75 1.84 -
YUV 22 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 32 14 37 0.14 0.62 0 0.85 286.96 0.45 0.1
Hex 20 E 25 E 3E 0 55 11F 2D A
Octal 40 16 45 16 76 0 125 437 55 12
Binary 100000 1110 100101 1110 111110 0 1010101 100011111 101101 1010

Color Harmonies of #200E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E25

Black with #200E25

Text Example


Text Example

White with #200E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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