#10041A

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

Shades of Blackcurrant #10041A

Tints of Blackcurrant #10041A

Color information

#10041A (or 0x10041A) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 1A. RGB value is (16,4,26). Sum of RGB (Red+Green+Blue) = 16+4+26=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 4 (1.95% from 255 or 8.70% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #10041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041A is #EFFBE5. Grayscale: #0A0A0A. Windows color (decimal): -15727590 or 1704976. OLE color: 1704976.

HSL color Cylindrical-coordinate representation of color #10041A: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10041A is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB16426-
CMYK0.380.8500.90
HSL272.73º73.33%5.88%-
HSV(B)272.73º84.62%10.2%-
XYZ0.440.271.01-
YUV10.1136.98132.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 4 (1.95% from 255) = 8.70%
BLUE value IS 26 (10.55% from 255) = 56.52%
R=34.78%
G=8.70%
B=56.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal164260.380.8500.90272.7373.335.88
Hex1041A265505A111496
Octal204324612501324211116
Binary10000100110101001101010101010110101000100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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