Html Css Color HEX #0B0718 Black Russian

📋 copy color: '#0B0718'

red 11 ◦ green 7 ◦ blue 24

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

Shades of Black Russian #0B0718

Tints of Black Russian #0B0718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 57.14%

R = 26.19%
G = 16.67%
B = 57.14%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0718 (or 0x0B0718) is known color: Black Russian. HEX triplet: 0B, 07 and 18. RGB value is (11,7,24). Sum of RGB (Red+Green+Blue) = 11+7+24=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 7 (3.12% from 255 or 16.67% from 42); Blue value is 24 (9.77% from 255 or 57.14% from 42); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0718 is #F4F8E7. Grayscale: #0A0A0A. Windows color (decimal): -16054504 or 1574667. OLE color: 1574667.

HSL color Cylindrical-coordinate representation of color #0B0718: hue angle of 254.12º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B0718 is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 7 24 -
CMYK 0.54 0.71 0 0.91
HSL 254.12º 0.55% 0.06% -
HSV(B) 254.12º 0.71% 0.09% -
XYZ 0.38 0.29 0.9 -
YUV 10.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 11 7 24 0.54 0.71 0 0.91 254.12 0.55 0.06
Hex B 7 18 36 47 0 5B FE 37 6
Octal 13 7 30 66 107 0 133 376 67 6
Binary 1011 111 11000 110110 1000111 0 1011011 11111110 110111 110

Color Harmonies of #0B0718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0718

Black with #0B0718

Text Example


Text Example

White with #0B0718

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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