Html Css Color HEX #0D0830 Black Russian

📋 copy color: '#0D0830'

red 13 ◦ green 8 ◦ blue 48

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

Shades of Black Russian #0D0830

Tints of Black Russian #0D0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.59%

 BLUE value IS 48 (19.14% from 255) = 69.57%

R = 18.84%
G = 11.59%
B = 69.57%

CMYK

 C value IS 0.73

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0D0830 (or 0x0D0830) is known color: Black Russian. HEX triplet: 0D, 08 and 30. RGB value is (13,8,48). Sum of RGB (Red+Green+Blue) = 13+8+48=69 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.84% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #0D0830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0830 is #F2F7CF. Grayscale: #0D0D0D. Windows color (decimal): -15923152 or 3147789. OLE color: 3147789.

HSL color Cylindrical-coordinate representation of color #0D0830: hue angle of 247.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D0830 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 13 8 48 -
CMYK 0.73 0.83 0 0.81
HSL 247.5º 0.71% 0.11% -
HSV(B) 247.5º 0.83% 0.19% -
XYZ 0.79 0.47 2.85 -
YUV 14.06 147.16 127.25 -
System Red Green Blue C M Y K H S L
Decimal 13 8 48 0.73 0.83 0 0.81 247.5 0.71 0.11
Hex D 8 30 49 53 0 51 F8 47 B
Octal 15 10 60 111 123 0 121 370 107 13
Binary 1101 1000 110000 1001001 1010011 0 1010001 11111000 1000111 1011

Color Harmonies of #0D0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0830

Black with #0D0830

Text Example


Text Example

White with #0D0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,8,48); }

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

background-color css

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

 a { background-color: rgb(13,8,48); }

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

border-color css

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

 span { border-color: rgb(13,8,48); }

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