#10041C

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

Shades of Blackcurrant #10041C

Tints of Blackcurrant #10041C

Color information

#10041C (or 0x10041C) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 1C. RGB value is (16,4,28). Sum of RGB (Red+Green+Blue) = 16+4+28=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #10041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10041C is #EFFBE3. Grayscale: #0A0A0A. Windows color (decimal): -15727588 or 1836048. OLE color: 1836048.

HSL color Cylindrical-coordinate representation of color #10041C: hue angle of 270º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10041C is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16428-
CMYK0.430.8600.89
HSL270º75%6.27%-
HSV(B)270º85.71%10.98%-
XYZ0.470.281.13-
YUV10.32137.98132.05-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 8.33%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=33.33%
G=8.33%
B=58.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal164280.430.8600.89270756.27
Hex1041C2B5605910e4b6
Octal204345312601314161136
Binary10000100111001010111010110010110011000011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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