Html Css Color HEX #0B0437 Black Russian

📋 copy color: '#0B0437'

red 11 ◦ green 4 ◦ blue 55

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

Shades of Black Russian #0B0437

Tints of Black Russian #0B0437

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.71%

 BLUE value IS 55 (21.88% from 255) = 78.57%

R = 15.71%
G = 5.71%
B = 78.57%

CMYK

 C value IS 0.8

 M value IS 0.93

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#0B0437 (or 0x0B0437) is known color: Black Russian. HEX triplet: 0B, 04 and 37. RGB value is (11,4,55). Sum of RGB (Red+Green+Blue) = 11+4+55=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 4 (1.95% from 255 or 5.71% from 70); Blue value is 55 (21.88% from 255 or 78.57% from 70); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B0437 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0437 is #F4FBC8. Grayscale: #0B0B0B. Windows color (decimal): -16055241 or 3605515. OLE color: 3605515.

HSL color Cylindrical-coordinate representation of color #0B0437: hue angle of 248.24º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0437 is Cyan = 0.8, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 11 4 55 -
CMYK 0.8 0.93 0 0.78
HSL 248.24º 0.86% 0.12% -
HSV(B) 248.24º 0.93% 0.22% -
XYZ 0.87 0.43 3.65 -
YUV 11.91 152.32 127.35 -
System Red Green Blue C M Y K H S L
Decimal 11 4 55 0.8 0.93 0 0.78 248.24 0.86 0.12
Hex B 4 37 50 5D 0 4E F8 56 C
Octal 13 4 67 120 135 0 116 370 126 14
Binary 1011 100 110111 1010000 1011101 0 1001110 11111000 1010110 1100

Color Harmonies of #0B0437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0437

Black with #0B0437

Text Example


Text Example

White with #0B0437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,4,55); }

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

background-color css

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

 a { background-color: rgb(11,4,55); }

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

border-color css

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

 span { border-color: rgb(11,4,55); }

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