#10071D

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

Shades of Blackcurrant #10071D

Tints of Blackcurrant #10071D

Color information

#10071D (or 0x10071D) is unknown color: approx Blackcurrant. HEX triplet: 10, 07 and 1D. RGB value is (16,7,29). Sum of RGB (Red+Green+Blue) = 16+7+29=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 29 (11.72% from 255 or 55.77% from 52); Max value from RGB is 29 - color contains mainly: blue. Hex color #10071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10071D is #EFF8E2. Grayscale: #0C0C0C. Windows color (decimal): -15726819 or 1902352. OLE color: 1902352.

HSL color Cylindrical-coordinate representation of color #10071D: hue angle of 264.55º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #10071D is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16729-
CMYK0.450.7600.89
HSL264.55º61.11%7.06%-
HSV(B)264.55º75.86%11.37%-
XYZ0.510.351.2-
YUV12.2137.48130.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 7 (3.12% from 255) = 13.46%
BLUE value IS 29 (11.72% from 255) = 55.77%
R=30.77%
G=13.46%
B=55.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal167290.450.7600.89264.5561.117.06
Hex1071D2D4C0591093d7
Octal20735551140131411757
Binary1000011111101101101100110001011001100001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10071D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,7,29); }

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

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

 a { background-color: rgb(16,7,29); }

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

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

 span { border-color: rgb(16,7,29); }

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