Html Css Color HEX #0B0717 Black Russian

📋 copy color: '#0B0717'

red 11 ◦ green 7 ◦ blue 23

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

Shades of Black Russian #0B0717

Tints of Black Russian #0B0717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 56.1%

R = 26.83%
G = 17.07%
B = 56.1%

CMYK

 C value IS 0.52

 M value IS 0.70

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0717 (or 0x0B0717) is known color: Black Russian. HEX triplet: 0B, 07 and 17. RGB value is (11,7,23). Sum of RGB (Red+Green+Blue) = 11+7+23=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 7 (3.12% from 255 or 17.07% from 41); Blue value is 23 (9.38% from 255 or 56.10% from 41); Max value from RGB is 23 - color contains mainly: blue. Hex color #0B0717 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0717 is #F4F8E8. Grayscale: #090909. Windows color (decimal): -16054505 or 1509131. OLE color: 1509131.

HSL color Cylindrical-coordinate representation of color #0B0717: hue angle of 255º degrees, saturation: 0.53, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B0717 is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 7 23 -
CMYK 0.52 0.70 0 0.91
HSL 255º 0.53% 0.06% -
HSV(B) 255º 0.7% 0.09% -
XYZ 0.37 0.28 0.85 -
YUV 10.02 135.33 128.7 -
System Red Green Blue C M Y K H S L
Decimal 11 7 23 0.52 0.70 0 0.91 255 0.53 0.06
Hex B 7 17 34 46 0 5B FF 35 6
Octal 13 7 27 64 106 0 133 377 65 6
Binary 1011 111 10111 110100 1000110 0 1011011 11111111 110101 110

Color Harmonies of #0B0717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0717

Black with #0B0717

Text Example


Text Example

White with #0B0717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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