#10081A

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

Shades of Blackcurrant #10081A

Tints of Blackcurrant #10081A

Color information

#10081A (or 0x10081A) is unknown color: approx Blackcurrant. HEX triplet: 10, 08 and 1A. RGB value is (16,8,26). Sum of RGB (Red+Green+Blue) = 16+8+26=50 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32% from 50); Green value is 8 (3.52% from 255 or 16% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #10081A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10081A is #EFF7E5. Grayscale: #0C0C0C. Windows color (decimal): -15726566 or 1706000. OLE color: 1706000.

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

Color convert

RGB16826-
CMYK0.380.6900.90
HSL266.67º52.94%6.67%-
HSV(B)266.67º69.23%10.2%-
XYZ0.490.361.02-
YUV12.44135.65130.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32%
GREEN value IS 8 (3.52% from 255) = 16%
BLUE value IS 26 (10.55% from 255) = 52%
R=32%
G=16%
B=52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal168260.380.6900.90266.6752.946.67
Hex1081A264505A10b357
Octal201032461050132413657
Binary10000100011010100110100010101011010100001011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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