Html Css Color HEX #0F0B27 Black Russian

📋 copy color: '#0F0B27'

red 15 ◦ green 11 ◦ blue 39

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

Shades of Black Russian #0F0B27

Tints of Black Russian #0F0B27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 60%

R = 23.08%
G = 16.92%
B = 60%

CMYK

 C value IS 0.62

 M value IS 0.72

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F0B27 (or 0x0F0B27) is known color: Black Russian. HEX triplet: 0F, 0B and 27. RGB value is (15,11,39). Sum of RGB (Red+Green+Blue) = 15+11+39=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F0B27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0B27 is #F0F4D8. Grayscale: #0F0F0F. Windows color (decimal): -15791321 or 2558735. OLE color: 2558735.

HSL color Cylindrical-coordinate representation of color #0F0B27: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F0B27 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 11 39 -
CMYK 0.62 0.72 0 0.85
HSL 248.57º 0.56% 0.1% -
HSV(B) 248.57º 0.72% 0.15% -
XYZ 0.68 0.49 1.98 -
YUV 15.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 15 11 39 0.62 0.72 0 0.85 248.57 0.56 0.1
Hex F B 27 3E 48 0 55 F9 38 A
Octal 17 13 47 76 110 0 125 371 70 12
Binary 1111 1011 100111 111110 1001000 0 1010101 11111001 111000 1010

Color Harmonies of #0F0B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0B27

Black with #0F0B27

Text Example


Text Example

White with #0F0B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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