#200F26

Color #200F26 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #200F26

Tints of Blackcurrant #200F26

Color information

#200F26 (or 0x200F26) is unknown color: approx Blackcurrant. HEX triplet: 20, 0F and 26. RGB value is (32,15,38). Sum of RGB (Red+Green+Blue) = 32+15+38=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 38 (15.23% from 255 or 44.71% from 85); Max value from RGB is 38 - color contains mainly: blue. Hex color #200F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F26 is #DFF0D9. Grayscale: #161616. Windows color (decimal): -14676186 or 2494240. OLE color: 2494240.

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

Color convert

RGB321538-
CMYK0.160.6100.85
HSL284.35º43.4%10.39%-
HSV(B)284.35º60.53%14.9%-
XYZ1.120.791.93-
YUV22.7136.63134.63-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 15 (6.25% from 255) = 17.65%
BLUE value IS 38 (15.23% from 255) = 44.71%
R=37.65%
G=17.65%
B=44.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3215380.160.6100.85284.3543.410.39
Hex20F26103D05511c2ba
Octal401746207501254345312
Binary100000111110011010000111101010101011000111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #200F26;
 }
 .AnyTagClassName
 {
   color: #200F26;
 }
</style>
background-color css

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

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

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

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

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

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