#10002E

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

Shades of Blackcurrant #10002E

Tints of Blackcurrant #10002E

Color information

#10002E (or 0x10002E) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 2E. RGB value is (16,0,46). Sum of RGB (Red+Green+Blue) = 16+0+46=62 (8% of max value = 765). Red value is 16 (6.64% from 255 or 25.81% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 46 (18.36% from 255 or 74.19% from 62); Max value from RGB is 46 - color contains mainly: blue. Hex color #10002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10002E is #EFFFD1. Grayscale: #090909. Windows color (decimal): -15728594 or 3014672. OLE color: 3014672.

HSL color Cylindrical-coordinate representation of color #10002E: hue angle of 260.87º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10002E is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB16046-
CMYK0.65100.82
HSL260.87º100%9.02%-
HSV(B)260.87º100%18.04%-
XYZ0.710.312.61-
YUV10.03148.3132.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 25.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 74.19%
R=25.81%
G=0%
B=74.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal160460.65100.82260.871009.02
Hex1002E4164052105649
Octal20056101144012240514411
Binary100000101110100000111001000101001010000010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10002E; }

 p { color: rgb(16,0,46); }

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

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

 a { background-color: rgb(16,0,46); }

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

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

 span { border-color: rgb(16,0,46); }

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