Html Css Color HEX #100131 Blackcurrant

📋 copy color: '#100131'

red 16 ◦ green 1 ◦ blue 49

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

Shades of Blackcurrant #100131

Tints of Blackcurrant #100131

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.52%

 BLUE value IS 49 (19.53% from 255) = 74.24%

R = 24.24%
G = 1.52%
B = 74.24%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#100131 (or 0x100131) is known color: Blackcurrant. HEX triplet: 10, 01 and 31. RGB value is (16,1,49). Sum of RGB (Red+Green+Blue) = 16+1+49=66 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.24% from 66); Green value is 1 (0.78% from 255 or 1.52% from 66); Blue value is 49 (19.53% from 255 or 74.24% from 66); Max value from RGB is 49 - color contains mainly: blue. Hex color #100131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100131 is #EFFECE. Grayscale: #0A0A0A. Windows color (decimal): -15728335 or 3211536. OLE color: 3211536.

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

Color convert

RGB 16 1 49 -
CMYK 0.67 0.98 0 0.81
HSL 258.75º 0.96% 0.1% -
HSV(B) 258.75º 0.98% 0.19% -
XYZ 0.78 0.35 2.93 -
YUV 10.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 16 1 49 0.67 0.98 0 0.81 258.75 0.96 0.1
Hex 10 1 31 43 62 0 51 103 60 A
Octal 20 1 61 103 142 0 121 403 140 12
Binary 10000 1 110001 1000011 1100010 0 1010001 100000011 1100000 1010

Color Harmonies of #100131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100131

Black with #100131

Text Example


Text Example

White with #100131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100131; }

 p { color: rgb(16,1,49); }

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

background-color css

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

 a { background-color: rgb(16,1,49); }

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

border-color css

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

 span { border-color: rgb(16,1,49); }

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