Html Css Color HEX #0B0530 Black Russian

📋 copy color: '#0B0530'

red 11 ◦ green 5 ◦ blue 48

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

Shades of Black Russian #0B0530

Tints of Black Russian #0B0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.81%

 BLUE value IS 48 (19.14% from 255) = 75%

R = 17.19%
G = 7.81%
B = 75%

CMYK

 C value IS 0.77

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0B0530 (or 0x0B0530) is known color: Black Russian. HEX triplet: 0B, 05 and 30. RGB value is (11,5,48). Sum of RGB (Red+Green+Blue) = 11+5+48=64 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.19% from 64); Green value is 5 (2.34% from 255 or 7.81% from 64); Blue value is 48 (19.14% from 255 or 75% from 64); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B0530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0530 is #F4FACF. Grayscale: #0B0B0B. Windows color (decimal): -16054992 or 3147019. OLE color: 3147019.

HSL color Cylindrical-coordinate representation of color #0B0530: hue angle of 248.37º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B0530 is Cyan = 0.77, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 11 5 48 -
CMYK 0.77 0.90 0 0.81
HSL 248.37º 0.81% 0.1% -
HSV(B) 248.37º 0.9% 0.19% -
XYZ 0.73 0.39 2.83 -
YUV 11.7 148.49 127.5 -
System Red Green Blue C M Y K H S L
Decimal 11 5 48 0.77 0.90 0 0.81 248.37 0.81 0.1
Hex B 5 30 4D 5A 0 51 F8 51 A
Octal 13 5 60 115 132 0 121 370 121 12
Binary 1011 101 110000 1001101 1011010 0 1010001 11111000 1010001 1010

Color Harmonies of #0B0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0530

Black with #0B0530

Text Example


Text Example

White with #0B0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,48); }

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

background-color css

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

 a { background-color: rgb(11,5,48); }

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

border-color css

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

 span { border-color: rgb(11,5,48); }

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