#200A38

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

Shades of Blackcurrant #200A38

Tints of Blackcurrant #200A38

Color information

#200A38 (or 0x200A38) is unknown color: approx Blackcurrant. HEX triplet: 20, 0A and 38. RGB value is (32,10,56). Sum of RGB (Red+Green+Blue) = 32+10+56=98 (12% of max value = 765). Red value is 32 (12.89% from 255 or 32.65% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #200A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A38 is #DFF5C7. Grayscale: #151515. Windows color (decimal): -14677448 or 3672608. OLE color: 3672608.

HSL color Cylindrical-coordinate representation of color #200A38: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #200A38 is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB321056-
CMYK0.430.8200.78
HSL268.7º69.7%12.94%-
HSV(B)268.7º82.14%21.96%-
XYZ1.420.813.82-
YUV21.82147.29135.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 32.65%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 56 (22.27% from 255) = 57.14%
R=32.65%
G=10.20%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3210560.430.8200.78268.769.712.94
Hex20A382B5204E10d46d
Octal40127053122011641510615
Binary100000101011100010101110100100100111010000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,10,56); }

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

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

 a { background-color: rgb(32,10,56); }

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

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

 span { border-color: rgb(32,10,56); }

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