#10061A

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

Shades of Blackcurrant #10061A

Tints of Blackcurrant #10061A

Color information

#10061A (or 0x10061A) is unknown color: approx Blackcurrant. HEX triplet: 10, 06 and 1A. RGB value is (16,6,26). Sum of RGB (Red+Green+Blue) = 16+6+26=48 (6% of max value = 765). Red value is 16 (6.64% from 255 or 33.33% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #10061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10061A is #EFF9E5. Grayscale: #0B0B0B. Windows color (decimal): -15727078 or 1705488. OLE color: 1705488.

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

Color convert

RGB16626-
CMYK0.380.7700.90
HSL270º62.5%6.27%-
HSV(B)270º76.92%10.2%-
XYZ0.470.311.01-
YUV11.27136.31131.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 33.33%
GREEN value IS 6 (2.73% from 255) = 12.5%
BLUE value IS 26 (10.55% from 255) = 54.17%
R=33.33%
G=12.5%
B=54.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal166260.380.7700.9027062.56.27
Hex1061A264D05A10e3e6
Octal20632461150132416766
Binary1000011011010100110100110101011010100001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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