#10051A

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

Shades of Blackcurrant #10051A

Tints of Blackcurrant #10051A

Color information

#10051A (or 0x10051A) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 1A. RGB value is (16,5,26). Sum of RGB (Red+Green+Blue) = 16+5+26=47 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.04% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 26 (10.55% from 255 or 55.32% from 47); Max value from RGB is 26 - color contains mainly: blue. Hex color #10051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051A is #EFFAE5. Grayscale: #0A0A0A. Windows color (decimal): -15727334 or 1705232. OLE color: 1705232.

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

Color convert

RGB16526-
CMYK0.380.8100.90
HSL271.43º67.74%6.08%-
HSV(B)271.43º80.77%10.2%-
XYZ0.450.291.01-
YUV10.68136.64131.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.04%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 26 (10.55% from 255) = 55.32%
R=34.04%
G=10.64%
B=55.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal165260.380.8100.90271.4367.746.08
Hex1051A265105A10f446
Octal205324612101324171046
Binary10000101110101001101010001010110101000011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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