#200F30

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

Shades of Blackcurrant #200F30

Tints of Blackcurrant #200F30

Color information

#200F30 (or 0x200F30) is unknown color: approx Blackcurrant. HEX triplet: 20, 0F and 30. RGB value is (32,15,48). Sum of RGB (Red+Green+Blue) = 32+15+48=95 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.68% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #200F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F30 is #DFF0CF. Grayscale: #171717. Windows color (decimal): -14676176 or 3149600. OLE color: 3149600.

HSL color Cylindrical-coordinate representation of color #200F30: hue angle of 270.91º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200F30 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB321548-
CMYK0.330.6900.81
HSL270.91º52.38%12.35%-
HSV(B)270.91º68.75%18.82%-
XYZ1.30.862.89-
YUV23.84141.63133.82-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.68%
GREEN value IS 15 (6.25% from 255) = 15.79%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=33.68%
G=15.79%
B=50.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3215480.330.6900.81270.9152.3812.35
Hex20F30214505110f34c
Octal4017604110501214176414
Binary10000011111100001000011000101010100011000011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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