#10041F

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

Shades of Blackcurrant #10041F

Tints of Blackcurrant #10041F

Color information

#10041F (or 0x10041F) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 1F. RGB value is (16,4,31). Sum of RGB (Red+Green+Blue) = 16+4+31=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 4 (1.95% from 255 or 7.84% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #10041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041F is #EFFBE0. Grayscale: #0A0A0A. Windows color (decimal): -15727585 or 2032656. OLE color: 2032656.

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

Color convert

RGB16431-
CMYK0.480.8700.88
HSL266.67º77.14%6.86%-
HSV(B)266.67º87.1%12.16%-
XYZ0.50.31.33-
YUV10.67139.48131.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 4 (1.95% from 255) = 7.84%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=31.37%
G=7.84%
B=60.78%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal164310.480.8700.88266.6777.146.86
Hex1041F305705810b4d7
Octal204376012701304131157
Binary10000100111111100001010111010110001000010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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