#100132

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

Shades of Blackcurrant #100132

Tints of Blackcurrant #100132

Color information

#100132 (or 0x100132) is unknown color: approx Blackcurrant. HEX triplet: 10, 01 and 32. RGB value is (16,1,50). Sum of RGB (Red+Green+Blue) = 16+1+50=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 50 (19.92% from 255 or 74.63% from 67); Max value from RGB is 50 - color contains mainly: blue. Hex color #100132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100132 is #EFFECD. Grayscale: #0A0A0A. Windows color (decimal): -15728334 or 3277072. OLE color: 3277072.

HSL color Cylindrical-coordinate representation of color #100132: hue angle of 258.37º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #100132 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB16150-
CMYK0.680.9800.80
HSL258.37º96.08%10%-
HSV(B)258.37º98%19.61%-
XYZ0.80.363.05-
YUV11.07149.97131.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 1 (0.78% from 255) = 1.49%
BLUE value IS 50 (19.92% from 255) = 74.63%
R=23.88%
G=1.49%
B=74.63%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal161500.680.9800.80258.3796.0810
Hex10132446205010260a
Octal20162104142012040214012
Binary100001110010100010011000100101000010000001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100132; }

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

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

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

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

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

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

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

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