#10012A

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

Shades of Blackcurrant #10012A

Tints of Blackcurrant #10012A

Color information

#10012A (or 0x10012A) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 2A. RGB value is (16,1,42). Sum of RGB (Red+Green+Blue) = 16+1+42=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 42 (16.80% from 255 or 71.19% from 59); Max value from RGB is 42 - color contains mainly: blue. Hex color #10012A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10012A is #EFFED5. Grayscale: #0A0A0A. Windows color (decimal): -15728342 or 2752784. OLE color: 2752784.

HSL color Cylindrical-coordinate representation of color #10012A: hue angle of 261.95º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10012A is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB16142-
CMYK0.620.9800.84
HSL261.95º95.35%8.43%-
HSV(B)261.95º97.62%16.47%-
XYZ0.640.32.21-
YUV10.16145.97132.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 1 (0.78% from 255) = 1.69%
BLUE value IS 42 (16.80% from 255) = 71.19%
R=27.12%
G=1.69%
B=71.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal161420.620.9800.84261.9595.358.43
Hex1012A3E620541065f8
Octal2015276142012440613710
Binary10000110101011111011000100101010010000011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,1,42); }

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

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

 a { background-color: rgb(16,1,42); }

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

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

 span { border-color: rgb(16,1,42); }

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