#10012F

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

Shades of Blackcurrant #10012F

Tints of Blackcurrant #10012F

Color information

#10012F (or 0x10012F) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 2F. RGB value is (16,1,47). Sum of RGB (Red+Green+Blue) = 16+1+47=64 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 47 (18.75% from 255 or 73.44% from 64); Max value from RGB is 47 - color contains mainly: blue. Hex color #10012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10012F is #EFFED0. Grayscale: #0A0A0A. Windows color (decimal): -15728337 or 3080464. OLE color: 3080464.

HSL color Cylindrical-coordinate representation of color #10012F: hue angle of 259.57º 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 #10012F is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16147-
CMYK0.660.9800.82
HSL259.57º95.83%9.41%-
HSV(B)259.57º97.87%18.43%-
XYZ0.740.342.72-
YUV10.73148.47131.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 47 (18.75% from 255) = 73.44%
R=25%
G=1.56%
B=73.44%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal161470.660.9800.82259.5795.839.41
Hex1012F4262052104609
Octal20157102142012240414011
Binary100001101111100001011000100101001010000010011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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