Html Css Color HEX #0D092D Black Russian

📋 copy color: '#0D092D'

red 13 ◦ green 9 ◦ blue 45

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

Shades of Black Russian #0D092D

Tints of Black Russian #0D092D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 45 (17.97% from 255) = 67.16%

R = 19.4%
G = 13.43%
B = 67.16%

CMYK

 C value IS 0.71

 M value IS 0.8

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0D092D (or 0x0D092D) is known color: Black Russian. HEX triplet: 0D, 09 and 2D. RGB value is (13,9,45). Sum of RGB (Red+Green+Blue) = 13+9+45=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D092D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D092D is #F2F6D2. Grayscale: #0E0E0E. Windows color (decimal): -15922899 or 2951437. OLE color: 2951437.

HSL color Cylindrical-coordinate representation of color #0D092D: hue angle of 246.67º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D092D is Cyan = 0.71, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 13 9 45 -
CMYK 0.71 0.8 0 0.82
HSL 246.67º 0.67% 0.11% -
HSV(B) 246.67º 0.8% 0.18% -
XYZ 0.74 0.47 2.53 -
YUV 14.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 13 9 45 0.71 0.8 0 0.82 246.67 0.67 0.11
Hex D 9 2D 47 50 0 52 F7 43 B
Octal 15 11 55 107 120 0 122 367 103 13
Binary 1101 1001 101101 1000111 1010000 0 1010010 11110111 1000011 1011

Color Harmonies of #0D092D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D092D

Black with #0D092D

Text Example


Text Example

White with #0D092D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,45); }

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

background-color css

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

 a { background-color: rgb(13,9,45); }

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

border-color css

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

 span { border-color: rgb(13,9,45); }

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