Html Css Color HEX #0B0925 Black Russian

📋 copy color: '#0B0925'

red 11 ◦ green 9 ◦ blue 37

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

Shades of Black Russian #0B0925

Tints of Black Russian #0B0925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 64.91%

R = 19.3%
G = 15.79%
B = 64.91%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B0925 (or 0x0B0925) is known color: Black Russian. HEX triplet: 0B, 09 and 25. RGB value is (11,9,37). Sum of RGB (Red+Green+Blue) = 11+9+37=57 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.30% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0925 is #F4F6DA. Grayscale: #0C0C0C. Windows color (decimal): -16053979 or 2427147. OLE color: 2427147.

HSL color Cylindrical-coordinate representation of color #0B0925: hue angle of 244.29º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0B0925 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 9 37 -
CMYK 0.70 0.76 0 0.85
HSL 244.29º 0.61% 0.09% -
HSV(B) 244.29º 0.76% 0.15% -
XYZ 0.57 0.4 1.8 -
YUV 12.79 141.66 126.72 -
System Red Green Blue C M Y K H S L
Decimal 11 9 37 0.70 0.76 0 0.85 244.29 0.61 0.09
Hex B 9 25 46 4C 0 55 F4 3D 9
Octal 13 11 45 106 114 0 125 364 75 11
Binary 1011 1001 100101 1000110 1001100 0 1010101 11110100 111101 1001

Color Harmonies of #0B0925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0925

Black with #0B0925

Text Example


Text Example

White with #0B0925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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