#10051F

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

Shades of Blackcurrant #10051F

Tints of Blackcurrant #10051F

Color information

#10051F (or 0x10051F) is unknown color: approx Blackcurrant. HEX triplet: 10, 05 and 1F. RGB value is (16,5,31). Sum of RGB (Red+Green+Blue) = 16+5+31=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 5 (2.34% from 255 or 9.62% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #10051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10051F is #EFFAE0. Grayscale: #0B0B0B. Windows color (decimal): -15727329 or 2032912. OLE color: 2032912.

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

Color convert

RGB16531-
CMYK0.480.8400.88
HSL265.38º72.22%7.06%-
HSV(B)265.38º83.87%12.16%-
XYZ0.520.321.33-
YUV11.25139.14131.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.77%
GREEN value IS 5 (2.34% from 255) = 9.62%
BLUE value IS 31 (12.5% from 255) = 59.62%
R=30.77%
G=9.62%
B=59.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal165310.480.8400.88265.3872.227.06
Hex1051F3054058109487
Octal205376012401304111107
Binary10000101111111100001010100010110001000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10051F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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