#100323

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

Shades of Blackcurrant #100323

Tints of Blackcurrant #100323

Color information

#100323 (or 0x100323) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 23. RGB value is (16,3,35). Sum of RGB (Red+Green+Blue) = 16+3+35=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #100323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100323 is #EFFCDC. Grayscale: #0A0A0A. Windows color (decimal): -15727837 or 2294544. OLE color: 2294544.

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

Color convert

RGB16335-
CMYK0.540.9100.86
HSL264.38º84.21%7.45%-
HSV(B)264.38º91.43%13.73%-
XYZ0.550.31.62-
YUV10.54141.81131.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 29.63%
GREEN value IS 3 (1.56% from 255) = 5.56%
BLUE value IS 35 (14.06% from 255) = 64.81%
R=29.63%
G=5.56%
B=64.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal163350.540.9100.86264.3884.217.45
Hex10323365B056108547
Octal203436613301264101247
Binary10000111000111101101011011010101101000010001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100323; }

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

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

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

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

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

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

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

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