Html Css Color HEX #0B0425 Black Russian

📋 copy color: '#0B0425'

red 11 ◦ green 4 ◦ blue 37

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

Shades of Black Russian #0B0425

Tints of Black Russian #0B0425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 71.15%

R = 21.15%
G = 7.69%
B = 71.15%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0B0425 (or 0x0B0425) is known color: Black Russian. HEX triplet: 0B, 04 and 25. RGB value is (11,4,37). Sum of RGB (Red+Green+Blue) = 11+4+37=52 (6% of max value = 765). Red value is 11 (4.69% from 255 or 21.15% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 37 (14.84% from 255 or 71.15% from 52); Max value from RGB is 37 - color contains mainly: blue. Hex color #0B0425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0425 is #F4FBDA. Grayscale: #090909. Windows color (decimal): -16055259 or 2425867. OLE color: 2425867.

HSL color Cylindrical-coordinate representation of color #0B0425: hue angle of 252.73º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B0425 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 11 4 37 -
CMYK 0.70 0.89 0 0.85
HSL 252.73º 0.8% 0.08% -
HSV(B) 252.73º 0.89% 0.15% -
XYZ 0.52 0.29 1.78 -
YUV 9.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 11 4 37 0.70 0.89 0 0.85 252.73 0.8 0.08
Hex B 4 25 46 59 0 55 FD 50 8
Octal 13 4 45 106 131 0 125 375 120 10
Binary 1011 100 100101 1000110 1011001 0 1010101 11111101 1010000 1000

Color Harmonies of #0B0425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0425

Black with #0B0425

Text Example


Text Example

White with #0B0425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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