Html Css Color HEX #100C31 Black Russian

📋 copy color: '#100C31'

red 16 ◦ green 12 ◦ blue 49

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

Shades of Black Russian #100C31

Tints of Black Russian #100C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 15.58%

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

R = 20.78%
G = 15.58%
B = 63.64%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#100C31 (or 0x100C31) is known color: Black Russian. HEX triplet: 10, 0C and 31. RGB value is (16,12,49). Sum of RGB (Red+Green+Blue) = 16+12+49=77 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.78% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 49 (19.53% from 255 or 63.64% from 77); Max value from RGB is 49 - color contains mainly: blue. Hex color #100C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C31 is #EFF3CE. Grayscale: #111111. Windows color (decimal): -15725519 or 3214352. OLE color: 3214352.

HSL color Cylindrical-coordinate representation of color #100C31: hue angle of 246.49º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #100C31 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 16 12 49 -
CMYK 0.67 0.76 0 0.81
HSL 246.49º 0.61% 0.12% -
HSV(B) 246.49º 0.76% 0.19% -
XYZ 0.9 0.59 2.97 -
YUV 17.41 145.83 126.99 -
System Red Green Blue C M Y K H S L
Decimal 16 12 49 0.67 0.76 0 0.81 246.49 0.61 0.12
Hex 10 C 31 43 4C 0 51 F6 3D C
Octal 20 14 61 103 114 0 121 366 75 14
Binary 10000 1100 110001 1000011 1001100 0 1010001 11110110 111101 1100

Color Harmonies of #100C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100C31

Black with #100C31

Text Example


Text Example

White with #100C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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