#100131

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

Shades of Blackcurrant #100131

Tints of Blackcurrant #100131

Color information

#100131 (or 0x100131) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 31. RGB value is (16,1,49). Sum of RGB (Red+Green+Blue) = 16+1+49=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #100131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100131 is #EFFECE. Grayscale: #0A0A0A. Windows color (decimal): -15728335 or 3211536. OLE color: 3211536.

HSL color Cylindrical-coordinate representation of color #100131: hue angle of 258.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100131 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB16149-
CMYK0.670.9800.81
HSL258.75º96%9.8%-
HSV(B)258.75º97.96%19.22%-
XYZ0.780.352.93-
YUV10.96149.47131.6-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 1 (0.78% from 255) = 1.52%
BLUE value IS 49 (19.53% from 255) = 74.24%
R=24.24%
G=1.52%
B=74.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal161490.670.9800.81258.75969.8
Hex10131436205110360a
Octal20161103142012140314012
Binary100001110001100001111000100101000110000001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100131; }

 p { color: rgb(16,1,49); }

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

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

 a { background-color: rgb(16,1,49); }

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

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

 span { border-color: rgb(16,1,49); }

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