Html Css Color HEX #010D24 Black Russian

📋 copy color: '#010D24'

red 1 ◦ green 13 ◦ blue 36

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

Shades of Black Russian #010D24

Tints of Black Russian #010D24

RGB

 RED value IS 1 (0.78% from 255) = 2%

 GREEN value IS 13 (5.47% from 255) = 26%

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

R = 2%
G = 26%
B = 72%

CMYK

 C value IS 0.97

 M value IS 0.64

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#010D24 (or 0x010D24) is known color: Black Russian. HEX triplet: 01, 0D and 24. RGB value is (1,13,36). Sum of RGB (Red+Green+Blue) = 1+13+36=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 13 (5.47% from 255 or 26% from 50); Blue value is 36 (14.45% from 255 or 72% from 50); Max value from RGB is 36 - color contains mainly: blue. Hex color #010D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D24 is #FEF2DB. Grayscale: #0B0B0B. Windows color (decimal): -16708316 or 2362625. OLE color: 2362625.

HSL color Cylindrical-coordinate representation of color #010D24: hue angle of 219.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010D24 is Cyan = 0.97, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 13 36 -
CMYK 0.97 0.64 0 0.86
HSL 219.43º 0.95% 0.07% -
HSV(B) 219.43º 0.97% 0.14% -
XYZ 0.47 0.42 1.73 -
YUV 12.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 1 13 36 0.97 0.64 0 0.86 219.43 0.95 0.07
Hex 1 D 24 61 40 0 56 DB 5F 7
Octal 1 15 44 141 100 0 126 333 137 7
Binary 1 1101 100100 1100001 1000000 0 1010110 11011011 1011111 111

Color Harmonies of #010D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D24

Black with #010D24

Text Example


Text Example

White with #010D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010D24; }

 p { color: rgb(1,13,36); }

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

background-color css

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

 a { background-color: rgb(1,13,36); }

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

border-color css

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

 span { border-color: rgb(1,13,36); }

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