#100230

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

Shades of Blackcurrant #100230

Tints of Blackcurrant #100230

Color information

#100230 (or 0x100230) is unknown color: approx Blackcurrant. HEX triplet: 10, 02 and 30. RGB value is (16,2,48). Sum of RGB (Red+Green+Blue) = 16+2+48=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 48 (19.14% from 255 or 72.73% from 66); Max value from RGB is 48 - color contains mainly: blue. Hex color #100230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100230 is #EFFDCF. Grayscale: #0B0B0B. Windows color (decimal): -15728080 or 3146256. OLE color: 3146256.

HSL color Cylindrical-coordinate representation of color #100230: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #100230 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB16248-
CMYK0.670.9600.81
HSL258.26º92%9.8%-
HSV(B)258.26º95.83%18.82%-
XYZ0.770.372.83-
YUV11.43148.64131.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 24.24%
GREEN value IS 2 (1.17% from 255) = 3.03%
BLUE value IS 48 (19.14% from 255) = 72.73%
R=24.24%
G=3.03%
B=72.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal162480.670.9600.81258.26929.8
Hex1023043600511025ca
Octal20260103140012140213412
Binary1000010110000100001111000000101000110000001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100230; }

 p { color: rgb(16,2,48); }

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

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

 a { background-color: rgb(16,2,48); }

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

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

 span { border-color: rgb(16,2,48); }

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