#10051E

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

Shades of Blackcurrant #10051E

Tints of Blackcurrant #10051E

Color information

#10051E (or 0x10051E) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 1E. RGB value is (16,5,30). Sum of RGB (Red+Green+Blue) = 16+5+30=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 5 (2.34% from 255 or 9.80% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #10051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051E is #EFFAE1. Grayscale: #0B0B0B. Windows color (decimal): -15727330 or 1967376. OLE color: 1967376.

HSL color Cylindrical-coordinate representation of color #10051E: hue angle of 266.4º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10051E is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB16530-
CMYK0.470.8300.88
HSL266.4º71.43%6.86%-
HSV(B)266.4º83.33%11.76%-
XYZ0.50.311.26-
YUV11.14138.64131.47-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 31.37%
GREEN value IS 5 (2.34% from 255) = 9.80%
BLUE value IS 30 (12.11% from 255) = 58.82%
R=31.37%
G=9.80%
B=58.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal165300.470.8300.88266.471.436.86
Hex1051E2F5305810a477
Octal205365712301304121077
Binary10000101111101011111010011010110001000010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10051E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10051E; }

 p { color: rgb(16,5,30); }

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

<style>
 a { background-color: #10051E; }

 a { background-color: rgb(16,5,30); }

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

<style>
 span { border-color: #10051E; }

 span { border-color: rgb(16,5,30); }

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