Html Css Color HEX #200F37 Blackcurrant

📋 copy color: '#200F37'

red 32 ◦ green 15 ◦ blue 55

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

Shades of Blackcurrant #200F37

Tints of Blackcurrant #200F37

RGB

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

 GREEN value IS 15 (6.25% from 255) = 14.71%

 BLUE value IS 55 (21.88% from 255) = 53.92%

R = 31.37%
G = 14.71%
B = 53.92%

CMYK

 C value IS 0.42

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#200F37 (or 0x200F37) is known color: Blackcurrant. HEX triplet: 20, 0F and 37. RGB value is (32,15,55). Sum of RGB (Red+Green+Blue) = 32+15+55=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 15 (6.25% from 255 or 14.71% from 102); Blue value is 55 (21.88% from 255 or 53.92% from 102); Max value from RGB is 55 - color contains mainly: blue. Hex color #200F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F37 is #DFF0C8. Grayscale: #181818. Windows color (decimal): -14676169 or 3608352. OLE color: 3608352.

HSL color Cylindrical-coordinate representation of color #200F37: hue angle of 265.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200F37 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 32 15 55 -
CMYK 0.42 0.73 0 0.78
HSL 265.5º 0.57% 0.14% -
HSV(B) 265.5º 0.73% 0.22% -
XYZ 1.46 0.92 3.72 -
YUV 24.64 145.13 133.25 -
System Red Green Blue C M Y K H S L
Decimal 32 15 55 0.42 0.73 0 0.78 265.5 0.57 0.14
Hex 20 F 37 2A 49 0 4E 10A 39 E
Octal 40 17 67 52 111 0 116 412 71 16
Binary 100000 1111 110111 101010 1001001 0 1001110 100001010 111001 1110

Color Harmonies of #200F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200F37

Black with #200F37

Text Example


Text Example

White with #200F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,15,55); }

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

background-color css

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

 a { background-color: rgb(32,15,55); }

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

border-color css

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

 span { border-color: rgb(32,15,55); }

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