Html Css Color HEX #0D0725 Black Russian

📋 copy color: '#0D0725'

red 13 ◦ green 7 ◦ blue 37

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

Shades of Black Russian #0D0725

Tints of Black Russian #0D0725

RGB

 RED value IS 13 (5.47% from 255) = 22.81%

 GREEN value IS 7 (3.13% from 255) = 12.28%

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

R = 22.81%
G = 12.28%
B = 64.91%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0D0725 (or 0x0D0725) is known color: Black Russian. HEX triplet: 0D, 07 and 25. RGB value is (13,7,37). Sum of RGB (Red+Green+Blue) = 13+7+37=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #0D0725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0725 is #F2F8DA. Grayscale: #0C0C0C. Windows color (decimal): -15923419 or 2426637. OLE color: 2426637.

HSL color Cylindrical-coordinate representation of color #0D0725: hue angle of 252º degrees, saturation: 0.68, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D0725 is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 13 7 37 -
CMYK 0.65 0.81 0 0.85
HSL 252º 0.68% 0.09% -
HSV(B) 252º 0.81% 0.15% -
XYZ 0.58 0.37 1.79 -
YUV 12.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 13 7 37 0.65 0.81 0 0.85 252 0.68 0.09
Hex D 7 25 41 51 0 55 FC 44 9
Octal 15 7 45 101 121 0 125 374 104 11
Binary 1101 111 100101 1000001 1010001 0 1010101 11111100 1000100 1001

Color Harmonies of #0D0725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0725

Black with #0D0725

Text Example


Text Example

White with #0D0725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0725; }

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

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

background-color css

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

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

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

border-color css

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

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

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