#10012D

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

Shades of Blackcurrant #10012D

Tints of Blackcurrant #10012D

Color information

#10012D (or 0x10012D) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 2D. RGB value is (16,1,45). Sum of RGB (Red+Green+Blue) = 16+1+45=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 1 (0.78% from 255 or 1.61% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #10012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10012D is #EFFED2. Grayscale: #0A0A0A. Windows color (decimal): -15728339 or 2949392. OLE color: 2949392.

HSL color Cylindrical-coordinate representation of color #10012D: hue angle of 260.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #10012D is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16145-
CMYK0.640.9800.82
HSL260.45º95.65%9.02%-
HSV(B)260.45º97.78%17.65%-
XYZ0.70.322.51-
YUV10.5147.47131.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 1 (0.78% from 255) = 1.61%
BLUE value IS 45 (17.97% from 255) = 72.58%
R=25.81%
G=1.61%
B=72.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal161450.640.9800.82260.4595.659.02
Hex1012D4062052104609
Octal20155100142012240414011
Binary100001101101100000011000100101001010000010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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