Html Css Color HEX #0B0635 Black Russian

📋 copy color: '#0B0635'

red 11 ◦ green 6 ◦ blue 53

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

Shades of Black Russian #0B0635

Tints of Black Russian #0B0635

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.57%

 BLUE value IS 53 (21.09% from 255) = 75.71%

R = 15.71%
G = 8.57%
B = 75.71%

CMYK

 C value IS 0.79

 M value IS 0.89

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#0B0635 (or 0x0B0635) is known color: Black Russian. HEX triplet: 0B, 06 and 35. RGB value is (11,6,53). Sum of RGB (Red+Green+Blue) = 11+6+53=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 53 (21.09% from 255 or 75.71% from 70); Max value from RGB is 53 - color contains mainly: blue. Hex color #0B0635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0635 is #F4F9CA. Grayscale: #0C0C0C. Windows color (decimal): -16054731 or 3474955. OLE color: 3474955.

HSL color Cylindrical-coordinate representation of color #0B0635: hue angle of 246.38º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B0635 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 11 6 53 -
CMYK 0.79 0.89 0 0.79
HSL 246.38º 0.8% 0.12% -
HSV(B) 246.38º 0.89% 0.21% -
XYZ 0.85 0.46 3.41 -
YUV 12.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 11 6 53 0.79 0.89 0 0.79 246.38 0.8 0.12
Hex B 6 35 4F 59 0 4F F6 50 C
Octal 13 6 65 117 131 0 117 366 120 14
Binary 1011 110 110101 1001111 1011001 0 1001111 11110110 1010000 1100

Color Harmonies of #0B0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0635

Black with #0B0635

Text Example


Text Example

White with #0B0635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,6,53); }

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

background-color css

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

 a { background-color: rgb(11,6,53); }

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

border-color css

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

 span { border-color: rgb(11,6,53); }

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