#10001F

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

Shades of Blackcurrant #10001F

Tints of Blackcurrant #10001F

Color information

#10001F (or 0x10001F) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 1F. RGB value is (16,0,31). Sum of RGB (Red+Green+Blue) = 16+0+31=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 31 (12.5% from 255 or 65.96% from 47); Max value from RGB is 31 - color contains mainly: blue. Hex color #10001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10001F is #EFFFE0. Grayscale: #080808. Windows color (decimal): -15728609 or 2031632. OLE color: 2031632.

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

Color convert

RGB16031-
CMYK0.48100.88
HSL270.97º100%6.08%-
HSV(B)270.97º100%12.16%-
XYZ0.460.211.31-
YUV8.32140.8133.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 65.96%
R=34.04%
G=0%
B=65.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal160310.48100.88270.971006.08
Hex1001F306405810f646
Octal200376014401304171446
Binary100000111111100001100100010110001000011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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