#100427

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

Shades of Blackcurrant #100427

Tints of Blackcurrant #100427

Color information

#100427 (or 0x100427) is unknown color: approx Blackcurrant. HEX triplet: 10, 04 and 27. RGB value is (16,4,39). Sum of RGB (Red+Green+Blue) = 16+4+39=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 39 (15.62% from 255 or 66.10% from 59); Max value from RGB is 39 - color contains mainly: blue. Hex color #100427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100427 is #EFFBD8. Grayscale: #0B0B0B. Windows color (decimal): -15727577 or 2556944. OLE color: 2556944.

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

Color convert

RGB16439-
CMYK0.590.9000.85
HSL260.57º81.4%8.43%-
HSV(B)260.57º89.74%15.29%-
XYZ0.620.341.95-
YUV11.58143.48131.15-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.12%
GREEN value IS 4 (1.95% from 255) = 6.78%
BLUE value IS 39 (15.62% from 255) = 66.10%
R=27.12%
G=6.78%
B=66.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal164390.590.9000.85260.5781.48.43
Hex104273B5A055105518
Octal2044773132012540512110
Binary1000010010011111101110110100101010110000010110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100427; }

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

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

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

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

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

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

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

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