Html Css Color HEX #0B0C0F Black Russian

📋 copy color: '#0B0C0F'

red 11 ◦ green 12 ◦ blue 15

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

Shades of Black Russian #0B0C0F

Tints of Black Russian #0B0C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 39.47%

R = 28.95%
G = 31.58%
B = 39.47%

CMYK

 C value IS 0.27

 M value IS 0.20

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0B0C0F (or 0x0B0C0F) is known color: Black Russian. HEX triplet: 0B, 0C and 0F. RGB value is (11,12,15). Sum of RGB (Red+Green+Blue) = 11+12+15=38 (5% of max value = 765). Red value is 11 (4.69% from 255 or 28.95% from 38); Green value is 12 (5.08% from 255 or 31.58% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 15 - color contains mainly: blue. Hex color #0B0C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0C0F is #F4F3F0. Grayscale: #0C0C0C. Windows color (decimal): -16053233 or 986123. OLE color: 986123.

HSL color Cylindrical-coordinate representation of color #0B0C0F: hue angle of 225º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0B0C0F is Cyan = 0.27, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 11 12 15 -
CMYK 0.27 0.20 0 0.94
HSL 225º 0.15% 0.05% -
HSV(B) 225º 0.27% 0.06% -
XYZ 0.36 0.37 0.5 -
YUV 12.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 11 12 15 0.27 0.20 0 0.94 225 0.15 0.05
Hex B C F 1B 14 0 5E E1 F 5
Octal 13 14 17 33 24 0 136 341 17 5
Binary 1011 1100 1111 11011 10100 0 1011110 11100001 1111 101

Color Harmonies of #0B0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0C0F

Black with #0B0C0F

Text Example


Text Example

White with #0B0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,12,15); }

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

background-color css

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

 a { background-color: rgb(11,12,15); }

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

border-color css

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

 span { border-color: rgb(11,12,15); }

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