#100127

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

Shades of Blackcurrant #100127

Tints of Blackcurrant #100127

Color information

#100127 (or 0x100127) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 27. RGB value is (16,1,39). Sum of RGB (Red+Green+Blue) = 16+1+39=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 39 (15.62% from 255 or 69.64% from 56); Max value from RGB is 39 - color contains mainly: blue. Hex color #100127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100127 is #EFFED8. Grayscale: #090909. Windows color (decimal): -15728345 or 2556176. OLE color: 2556176.

HSL color Cylindrical-coordinate representation of color #100127: hue angle of 263.68º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #100127 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB16139-
CMYK0.590.9700.85
HSL263.68º95%7.84%-
HSV(B)263.68º97.44%15.29%-
XYZ0.590.281.94-
YUV9.82144.47132.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 28.57%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 39 (15.62% from 255) = 69.64%
R=28.57%
G=1.79%
B=69.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal161390.590.9700.85263.68957.84
Hex101273B610551085f8
Octal2014773141012541013710
Binary10000110011111101111000010101010110000100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100127; }

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

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

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

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

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

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

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

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