Html Css Color HEX #0B072B Black Russian

📋 copy color: '#0B072B'

red 11 ◦ green 7 ◦ blue 43

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

Shades of Black Russian #0B072B

Tints of Black Russian #0B072B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 70.49%

R = 18.03%
G = 11.48%
B = 70.49%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B072B (or 0x0B072B) is known color: Black Russian. HEX triplet: 0B, 07 and 2B. RGB value is (11,7,43). Sum of RGB (Red+Green+Blue) = 11+7+43=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 43 (17.19% from 255 or 70.49% from 61); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B072B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B072B is #F4F8D4. Grayscale: #0C0C0C. Windows color (decimal): -16054485 or 2819851. OLE color: 2819851.

HSL color Cylindrical-coordinate representation of color #0B072B: hue angle of 246.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B072B is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 7 43 -
CMYK 0.74 0.84 0 0.83
HSL 246.67º 0.72% 0.1% -
HSV(B) 246.67º 0.84% 0.17% -
XYZ 0.65 0.4 2.33 -
YUV 12.3 145.33 127.07 -
System Red Green Blue C M Y K H S L
Decimal 11 7 43 0.74 0.84 0 0.83 246.67 0.72 0.1
Hex B 7 2B 4A 54 0 53 F7 48 A
Octal 13 7 53 112 124 0 123 367 110 12
Binary 1011 111 101011 1001010 1010100 0 1010011 11110111 1001000 1010

Color Harmonies of #0B072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B072B

Black with #0B072B

Text Example


Text Example

White with #0B072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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