Html Css Color HEX #0F0B28 Black Russian

📋 copy color: '#0F0B28'

red 15 ◦ green 11 ◦ blue 40

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

Shades of Black Russian #0F0B28

Tints of Black Russian #0F0B28

RGB

 RED value IS 15 (6.25% from 255) = 22.73%

 GREEN value IS 11 (4.69% from 255) = 16.67%

 BLUE value IS 40 (16.02% from 255) = 60.61%

R = 22.73%
G = 16.67%
B = 60.61%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F0B28 (or 0x0F0B28) is known color: Black Russian. HEX triplet: 0F, 0B and 28. RGB value is (15,11,40). Sum of RGB (Red+Green+Blue) = 15+11+40=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 11 (4.69% from 255 or 16.67% from 66); Blue value is 40 (16.02% from 255 or 60.61% from 66); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0B28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B28 is #F0F4D7. Grayscale: #0F0F0F. Windows color (decimal): -15791320 or 2624271. OLE color: 2624271.

HSL color Cylindrical-coordinate representation of color #0F0B28: hue angle of 248.28º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F0B28 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 11 40 -
CMYK 0.62 0.72 0 0.84
HSL 248.28º 0.57% 0.1% -
HSV(B) 248.28º 0.73% 0.16% -
XYZ 0.7 0.49 2.07 -
YUV 15.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 15 11 40 0.62 0.72 0 0.84 248.28 0.57 0.1
Hex F B 28 3E 48 0 54 F8 39 A
Octal 17 13 50 76 110 0 124 370 71 12
Binary 1111 1011 101000 111110 1001000 0 1010100 11111000 111001 1010

Color Harmonies of #0F0B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B28

Black with #0F0B28

Text Example


Text Example

White with #0F0B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,11,40); }

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

background-color css

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

 a { background-color: rgb(15,11,40); }

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

border-color css

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

 span { border-color: rgb(15,11,40); }

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