Html Css Color HEX #0B042B Black Russian

📋 copy color: '#0B042B'

red 11 ◦ green 4 ◦ blue 43

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

Shades of Black Russian #0B042B

Tints of Black Russian #0B042B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 74.14%

R = 18.97%
G = 6.9%
B = 74.14%

CMYK

 C value IS 0.74

 M value IS 0.91

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0B042B (or 0x0B042B) is known color: Black Russian. HEX triplet: 0B, 04 and 2B. RGB value is (11,4,43). Sum of RGB (Red+Green+Blue) = 11+4+43=58 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.97% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 43 (17.19% from 255 or 74.14% from 58); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B042B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B042B is #F4FBD4. Grayscale: #0A0A0A. Windows color (decimal): -16055253 or 2819083. OLE color: 2819083.

HSL color Cylindrical-coordinate representation of color #0B042B: hue angle of 250.77º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B042B is Cyan = 0.74, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 11 4 43 -
CMYK 0.74 0.91 0 0.83
HSL 250.77º 0.83% 0.09% -
HSV(B) 250.77º 0.91% 0.17% -
XYZ 0.62 0.33 2.32 -
YUV 10.54 146.32 128.33 -
System Red Green Blue C M Y K H S L
Decimal 11 4 43 0.74 0.91 0 0.83 250.77 0.83 0.09
Hex B 4 2B 4A 5B 0 53 FB 53 9
Octal 13 4 53 112 133 0 123 373 123 11
Binary 1011 100 101011 1001010 1011011 0 1010011 11111011 1010011 1001

Color Harmonies of #0B042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B042B

Black with #0B042B

Text Example


Text Example

White with #0B042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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