Html Css Color HEX #0B0E2C Black Russian

📋 copy color: '#0B0E2C'

red 11 ◦ green 14 ◦ blue 44

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

Shades of Black Russian #0B0E2C

Tints of Black Russian #0B0E2C

RGB

 RED value IS 11 (4.69% from 255) = 15.94%

 GREEN value IS 14 (5.86% from 255) = 20.29%

 BLUE value IS 44 (17.58% from 255) = 63.77%

R = 15.94%
G = 20.29%
B = 63.77%

CMYK

 C value IS 0.75

 M value IS 0.68

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B0E2C (or 0x0B0E2C) is known color: Black Russian. HEX triplet: 0B, 0E and 2C. RGB value is (11,14,44). Sum of RGB (Red+Green+Blue) = 11+14+44=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B0E2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0E2C is #F4F1D3. Grayscale: #101010. Windows color (decimal): -16052692 or 2887179. OLE color: 2887179.

HSL color Cylindrical-coordinate representation of color #0B0E2C: hue angle of 234.55º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B0E2C is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 14 44 -
CMYK 0.75 0.68 0 0.83
HSL 234.55º 0.6% 0.11% -
HSV(B) 234.55º 0.75% 0.17% -
XYZ 0.75 0.57 2.45 -
YUV 16.52 143.51 124.06 -
System Red Green Blue C M Y K H S L
Decimal 11 14 44 0.75 0.68 0 0.83 234.55 0.6 0.11
Hex B E 2C 4B 44 0 53 EB 3C B
Octal 13 16 54 113 104 0 123 353 74 13
Binary 1011 1110 101100 1001011 1000100 0 1010011 11101011 111100 1011

Color Harmonies of #0B0E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0E2C

Black with #0B0E2C

Text Example


Text Example

White with #0B0E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,14,44); }

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

background-color css

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

 a { background-color: rgb(11,14,44); }

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

border-color css

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

 span { border-color: rgb(11,14,44); }

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