#10002A

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

Shades of Blackcurrant #10002A

Tints of Blackcurrant #10002A

Color information

#10002A (or 0x10002A) is unknown color: approx Blackcurrant. HEX triplet: 10, 00 and 2A. RGB value is (16,0,42). Sum of RGB (Red+Green+Blue) = 16+0+42=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #10002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10002A is #EFFFD5. Grayscale: #090909. Windows color (decimal): -15728598 or 2752528. OLE color: 2752528.

HSL color Cylindrical-coordinate representation of color #10002A: hue angle of 262.86º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10002A is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB16042-
CMYK0.62100.84
HSL262.86º100%8.24%-
HSV(B)262.86º100%16.47%-
XYZ0.630.282.21-
YUV9.57146.3132.58-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 72.41%
R=27.59%
G=0%
B=72.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal160420.62100.84262.861008.24
Hex1002A3E64054107648
Octal2005276144012440714410
Binary10000010101011111011001000101010010000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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