#100223

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

Shades of Blackcurrant #100223

Tints of Blackcurrant #100223

Color information

#100223 (or 0x100223) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 23. RGB value is (16,2,35). Sum of RGB (Red+Green+Blue) = 16+2+35=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #100223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100223 is #EFFDDC. Grayscale: #090909. Windows color (decimal): -15728093 or 2294288. OLE color: 2294288.

HSL color Cylindrical-coordinate representation of color #100223: hue angle of 265.45º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100223 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB16235-
CMYK0.540.9400.86
HSL265.45º89.19%7.25%-
HSV(B)265.45º94.29%13.73%-
XYZ0.540.271.61-
YUV9.95142.14132.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 30.19%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=30.19%
G=3.77%
B=66.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal162350.540.9400.86265.4589.197.25
Hex10223365E056109597
Octal202436613601264111317
Binary10000101000111101101011110010101101000010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100223; }

 p { color: rgb(16,2,35); }

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

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

 a { background-color: rgb(16,2,35); }

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

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

 span { border-color: rgb(16,2,35); }

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