Html Css Color HEX #100317 Blackcurrant

📋 copy color: '#100317'

red 16 ◦ green 3 ◦ blue 23

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

Shades of Blackcurrant #100317

Tints of Blackcurrant #100317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 54.76%

R = 38.1%
G = 7.14%
B = 54.76%

CMYK

 C value IS 0.30

 M value IS 0.87

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100317 (or 0x100317) is known color: Blackcurrant. HEX triplet: 10, 03 and 17. RGB value is (16,3,23). Sum of RGB (Red+Green+Blue) = 16+3+23=42 (5% of max value = 765). Red value is 16 (6.64% from 255 or 38.10% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 23 (9.38% from 255 or 54.76% from 42); Max value from RGB is 23 - color contains mainly: blue. Hex color #100317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100317 is #EFFCE8. Grayscale: #090909. Windows color (decimal): -15727849 or 1508112. OLE color: 1508112.

HSL color Cylindrical-coordinate representation of color #100317: hue angle of 279º degrees, saturation: 0.77, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100317 is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 3 23 -
CMYK 0.30 0.87 0 0.91
HSL 279º 0.77% 0.05% -
HSV(B) 279º 0.87% 0.09% -
XYZ 0.4 0.24 0.84 -
YUV 9.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 16 3 23 0.30 0.87 0 0.91 279 0.77 0.05
Hex 10 3 17 1E 57 0 5B 117 4D 5
Octal 20 3 27 36 127 0 133 427 115 5
Binary 10000 11 10111 11110 1010111 0 1011011 100010111 1001101 101

Color Harmonies of #100317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100317

Black with #100317

Text Example


Text Example

White with #100317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100317; }

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

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

background-color css

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

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

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

border-color css

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

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

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