Html Css Color HEX #0D0C2D Black Russian

📋 copy color: '#0D0C2D'

red 13 ◦ green 12 ◦ blue 45

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

Shades of Black Russian #0D0C2D

Tints of Black Russian #0D0C2D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 17.14%

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

R = 18.57%
G = 17.14%
B = 64.29%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0D0C2D (or 0x0D0C2D) is known color: Black Russian. HEX triplet: 0D, 0C and 2D. RGB value is (13,12,45). Sum of RGB (Red+Green+Blue) = 13+12+45=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 45 (17.97% from 255 or 64.29% from 70); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D0C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0C2D is #F2F3D2. Grayscale: #0F0F0F. Windows color (decimal): -15922131 or 2952205. OLE color: 2952205.

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

Color convert

RGB 13 12 45 -
CMYK 0.71 0.73 0 0.82
HSL 241.82º 0.58% 0.11% -
HSV(B) 241.82º 0.73% 0.18% -
XYZ 0.77 0.54 2.55 -
YUV 16.06 144.33 125.82 -
System Red Green Blue C M Y K H S L
Decimal 13 12 45 0.71 0.73 0 0.82 241.82 0.58 0.11
Hex D C 2D 47 49 0 52 F2 3A B
Octal 15 14 55 107 111 0 122 362 72 13
Binary 1101 1100 101101 1000111 1001001 0 1010010 11110010 111010 1011

Color Harmonies of #0D0C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0C2D

Black with #0D0C2D

Text Example


Text Example

White with #0D0C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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