Html Css Color HEX #010D25 Black Russian

📋 copy color: '#010D25'

red 1 ◦ green 13 ◦ blue 37

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

Shades of Black Russian #010D25

Tints of Black Russian #010D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 72.55%

R = 1.96%
G = 25.49%
B = 72.55%

CMYK

 C value IS 0.97

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010D25 (or 0x010D25) is known color: Black Russian. HEX triplet: 01, 0D and 25. RGB value is (1,13,37). Sum of RGB (Red+Green+Blue) = 1+13+37=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 37 (14.84% from 255 or 72.55% from 51); Max value from RGB is 37 - color contains mainly: blue. Hex color #010D25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010D25 is #FEF2DA. Grayscale: #0C0C0C. Windows color (decimal): -16708315 or 2428161. OLE color: 2428161.

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

Color convert

RGB 1 13 37 -
CMYK 0.97 0.65 0 0.85
HSL 220º 0.95% 0.07% -
HSV(B) 220º 0.97% 0.15% -
XYZ 0.49 0.43 1.81 -
YUV 12.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 1 13 37 0.97 0.65 0 0.85 220 0.95 0.07
Hex 1 D 25 61 41 0 55 DC 5F 7
Octal 1 15 45 141 101 0 125 334 137 7
Binary 1 1101 100101 1100001 1000001 0 1010101 11011100 1011111 111

Color Harmonies of #010D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010D25

Black with #010D25

Text Example


Text Example

White with #010D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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