Html Css Color HEX #0B132C Black Russian

📋 copy color: '#0B132C'

red 11 ◦ green 19 ◦ blue 44

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

Shades of Black Russian #0B132C

Tints of Black Russian #0B132C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 44 (17.58% from 255) = 59.46%

R = 14.86%
G = 25.68%
B = 59.46%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B132C (or 0x0B132C) is known color: Black Russian. HEX triplet: 0B, 13 and 2C. RGB value is (11,19,44). Sum of RGB (Red+Green+Blue) = 11+19+44=74 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.86% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #0B132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B132C is #F4ECD3. Grayscale: #131313. Windows color (decimal): -16051412 or 2888459. OLE color: 2888459.

HSL color Cylindrical-coordinate representation of color #0B132C: hue angle of 225.45º degrees, saturation: 0.6, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0B132C is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 19 44 -
CMYK 0.75 0.57 0 0.83
HSL 225.45º 0.6% 0.11% -
HSV(B) 225.45º 0.75% 0.17% -
XYZ 0.83 0.72 2.48 -
YUV 19.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 11 19 44 0.75 0.57 0 0.83 225.45 0.6 0.11
Hex B 13 2C 4B 39 0 53 E1 3C B
Octal 13 23 54 113 71 0 123 341 74 13
Binary 1011 10011 101100 1001011 111001 0 1010011 11100001 111100 1011

Color Harmonies of #0B132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B132C

Black with #0B132C

Text Example


Text Example

White with #0B132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,19,44); }

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

background-color css

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

 a { background-color: rgb(11,19,44); }

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

border-color css

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

 span { border-color: rgb(11,19,44); }

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