#10051C

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

Shades of Blackcurrant #10051C

Tints of Blackcurrant #10051C

Color information

#10051C (or 0x10051C) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 1C. RGB value is (16,5,28). Sum of RGB (Red+Green+Blue) = 16+5+28=49 (6% of max value = 765). Red value is 16 (6.64% from 255 or 32.65% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #10051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051C is #EFFAE3. Grayscale: #0A0A0A. Windows color (decimal): -15727332 or 1836304. OLE color: 1836304.

HSL color Cylindrical-coordinate representation of color #10051C: hue angle of 268.7º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #10051C is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16528-
CMYK0.430.8200.89
HSL268.7º69.7%6.47%-
HSV(B)268.7º82.14%10.98%-
XYZ0.480.31.13-
YUV10.91137.64131.63-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 32.65%
GREEN value IS 5 (2.34% from 255) = 10.20%
BLUE value IS 28 (11.33% from 255) = 57.14%
R=32.65%
G=10.20%
B=57.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal165280.430.8200.89268.769.76.47
Hex1051C2B5205910d466
Octal205345312201314151066
Binary10000101111001010111010010010110011000011011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10051C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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