Html Css Color HEX #0B0923 Black Russian

📋 copy color: '#0B0923'

red 11 ◦ green 9 ◦ blue 35

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

Shades of Black Russian #0B0923

Tints of Black Russian #0B0923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.36%

 BLUE value IS 35 (14.06% from 255) = 63.64%

R = 20%
G = 16.36%
B = 63.64%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0B0923 (or 0x0B0923) is known color: Black Russian. HEX triplet: 0B, 09 and 23. RGB value is (11,9,35). Sum of RGB (Red+Green+Blue) = 11+9+35=55 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 35 (14.06% from 255 or 63.64% from 55); Max value from RGB is 35 - color contains mainly: blue. Hex color #0B0923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0923 is #F4F6DC. Grayscale: #0C0C0C. Windows color (decimal): -16053981 or 2296075. OLE color: 2296075.

HSL color Cylindrical-coordinate representation of color #0B0923: hue angle of 244.62º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B0923 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 11 9 35 -
CMYK 0.69 0.74 0 0.86
HSL 244.62º 0.59% 0.09% -
HSV(B) 244.62º 0.74% 0.14% -
XYZ 0.54 0.39 1.64 -
YUV 12.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 11 9 35 0.69 0.74 0 0.86 244.62 0.59 0.09
Hex B 9 23 45 4A 0 56 F5 3B 9
Octal 13 11 43 105 112 0 126 365 73 11
Binary 1011 1001 100011 1000101 1001010 0 1010110 11110101 111011 1001

Color Harmonies of #0B0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0923

Black with #0B0923

Text Example


Text Example

White with #0B0923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,9,35); }

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

background-color css

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

 a { background-color: rgb(11,9,35); }

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

border-color css

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

 span { border-color: rgb(11,9,35); }

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