#10011F

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

Shades of Blackcurrant #10011F

Tints of Blackcurrant #10011F

Color information

#10011F (or 0x10011F) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 1F. RGB value is (16,1,31). Sum of RGB (Red+Green+Blue) = 16+1+31=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #10011F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10011F is #EFFEE0. Grayscale: #080808. Windows color (decimal): -15728353 or 2031888. OLE color: 2031888.

HSL color Cylindrical-coordinate representation of color #10011F: hue angle of 270º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10011F is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB16131-
CMYK0.480.9700.88
HSL270º93.75%6.27%-
HSV(B)270º96.77%12.16%-
XYZ0.470.231.32-
YUV8.9140.47133.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 2.08%
BLUE value IS 31 (12.5% from 255) = 64.58%
R=33.33%
G=2.08%
B=64.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal161310.480.9700.8827093.756.27
Hex1011F306105810e5e6
Octal201376014101304161366
Binary100001111111100001100001010110001000011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10011F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10011F; }

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

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

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

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

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

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

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

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