Html Css Color HEX #100328 Blackcurrant

📋 copy color: '#100328'

red 16 ◦ green 3 ◦ blue 40

#100328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #100328

Tints of Blackcurrant #100328

RGB

 RED value IS 16 (6.64% from 255) = 27.12%

 GREEN value IS 3 (1.56% from 255) = 5.08%

 BLUE value IS 40 (16.02% from 255) = 67.8%

R = 27.12%
G = 5.08%
B = 67.8%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#100328 (or 0x100328) is known color: Blackcurrant. HEX triplet: 10, 03 and 28. RGB value is (16,3,40). Sum of RGB (Red+Green+Blue) = 16+3+40=59 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.12% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #100328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100328 is #EFFCD7. Grayscale: #0A0A0A. Windows color (decimal): -15727832 or 2622224. OLE color: 2622224.

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

Color convert

RGB 16 3 40 -
CMYK 0.60 0.93 0 0.84
HSL 261.08º 0.86% 0.08% -
HSV(B) 261.08º 0.93% 0.16% -
XYZ 0.63 0.33 2.04 -
YUV 11.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 16 3 40 0.60 0.93 0 0.84 261.08 0.86 0.08
Hex 10 3 28 3C 5D 0 54 105 56 8
Octal 20 3 50 74 135 0 124 405 126 10
Binary 10000 11 101000 111100 1011101 0 1010100 100000101 1010110 1000

Color Harmonies of #100328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100328

Black with #100328

Text Example


Text Example

White with #100328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100328; }

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

 H1.HeaderClassName
 {
   color: #100328;
 }
 .AnyTagClassName
 {
   color: #100328;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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