Html Css Color HEX #0B071C Black Russian

📋 copy color: '#0B071C'

red 11 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #0B071C

Tints of Black Russian #0B071C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 15.22%

 BLUE value IS 28 (11.33% from 255) = 60.87%

R = 23.91%
G = 15.22%
B = 60.87%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B071C (or 0x0B071C) is known color: Black Russian. HEX triplet: 0B, 07 and 1C. RGB value is (11,7,28). Sum of RGB (Red+Green+Blue) = 11+7+28=46 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.91% from 46); Green value is 7 (3.12% from 255 or 15.22% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B071C is #F4F8E3. Grayscale: #0A0A0A. Windows color (decimal): -16054500 or 1836811. OLE color: 1836811.

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

Color convert

RGB 11 7 28 -
CMYK 0.61 0.75 0 0.89
HSL 251.43º 0.6% 0.07% -
HSV(B) 251.43º 0.75% 0.11% -
XYZ 0.42 0.31 1.14 -
YUV 10.59 137.83 128.29 -
System Red Green Blue C M Y K H S L
Decimal 11 7 28 0.61 0.75 0 0.89 251.43 0.6 0.07
Hex B 7 1C 3D 4B 0 59 FB 3C 7
Octal 13 7 34 75 113 0 131 373 74 7
Binary 1011 111 11100 111101 1001011 0 1011001 11111011 111100 111

Color Harmonies of #0B071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B071C

Black with #0B071C

Text Example


Text Example

White with #0B071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,7,28); }

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

background-color css

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

 a { background-color: rgb(11,7,28); }

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

border-color css

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

 span { border-color: rgb(11,7,28); }

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