Html Css Color HEX #100F24 Black Russian

📋 copy color: '#100F24'

red 16 ◦ green 15 ◦ blue 36

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

Shades of Black Russian #100F24

Tints of Black Russian #100F24

RGB

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

 GREEN value IS 15 (6.25% from 255) = 22.39%

 BLUE value IS 36 (14.45% from 255) = 53.73%

R = 23.88%
G = 22.39%
B = 53.73%

CMYK

 C value IS 0.56

 M value IS 0.58

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#100F24 (or 0x100F24) is known color: Black Russian. HEX triplet: 10, 0F and 24. RGB value is (16,15,36). Sum of RGB (Red+Green+Blue) = 16+15+36=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 15 (6.25% from 255 or 22.39% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #100F24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F24 is #EFF0DB. Grayscale: #111111. Windows color (decimal): -15724764 or 2363152. OLE color: 2363152.

HSL color Cylindrical-coordinate representation of color #100F24: hue angle of 242.86º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #100F24 is Cyan = 0.56, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 16 15 36 -
CMYK 0.56 0.58 0 0.86
HSL 242.86º 0.41% 0.1% -
HSV(B) 242.86º 0.58% 0.14% -
XYZ 0.7 0.58 1.74 -
YUV 17.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 16 15 36 0.56 0.58 0 0.86 242.86 0.41 0.1
Hex 10 F 24 38 3A 0 56 F3 29 A
Octal 20 17 44 70 72 0 126 363 51 12
Binary 10000 1111 100100 111000 111010 0 1010110 11110011 101001 1010

Color Harmonies of #100F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F24

Black with #100F24

Text Example


Text Example

White with #100F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,15,36); }

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

background-color css

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

 a { background-color: rgb(16,15,36); }

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

border-color css

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

 span { border-color: rgb(16,15,36); }

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