#10031B

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

Shades of Blackcurrant #10031B

Tints of Blackcurrant #10031B

Color information

#10031B (or 0x10031B) is unknown color: approx Blackcurrant. HEX triplet: 10, 03 and 1B. RGB value is (16,3,27). Sum of RGB (Red+Green+Blue) = 16+3+27=46 (6% of max value = 765). Red value is 16 (6.64% from 255 or 34.78% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #10031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10031B is #EFFCE4. Grayscale: #090909. Windows color (decimal): -15727845 or 1770256. OLE color: 1770256.

HSL color Cylindrical-coordinate representation of color #10031B: hue angle of 272.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10031B is Cyan = 0.41, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB16327-
CMYK0.410.8900.89
HSL272.5º80%5.88%-
HSV(B)272.5º88.89%10.59%-
XYZ0.440.251.06-
YUV9.62137.81132.55-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 34.78%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 27 (10.94% from 255) = 58.70%
R=34.78%
G=6.52%
B=58.70%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal163270.410.8900.89272.5805.88
Hex1031B2959059110506
Octal203335113101314201206
Binary1000011110111010011011001010110011000100001010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10031B; }

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

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

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

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

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

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

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

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