Html Css Color HEX #0F0F21 Black Russian

📋 copy color: '#0F0F21'

red 15 ◦ green 15 ◦ blue 33

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

Shades of Black Russian #0F0F21

Tints of Black Russian #0F0F21

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 33 (13.28% from 255) = 52.38%

R = 23.81%
G = 23.81%
B = 52.38%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F0F21 (or 0x0F0F21) is known color: Black Russian. HEX triplet: 0F, 0F and 21. RGB value is (15,15,33). Sum of RGB (Red+Green+Blue) = 15+15+33=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 33 (13.28% from 255 or 52.38% from 63); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0F21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0F21 is #F0F0DE. Grayscale: #101010. Windows color (decimal): -15790303 or 2166543. OLE color: 2166543.

HSL color Cylindrical-coordinate representation of color #0F0F21: hue angle of 240º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0F0F21 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 15 15 33 -
CMYK 0.55 0.55 0 0.87
HSL 240º 0.38% 0.09% -
HSV(B) 240º 0.55% 0.13% -
XYZ 0.64 0.55 1.51 -
YUV 17.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 15 15 33 0.55 0.55 0 0.87 240 0.38 0.09
Hex F F 21 37 37 0 57 F0 26 9
Octal 17 17 41 67 67 0 127 360 46 11
Binary 1111 1111 100001 110111 110111 0 1010111 11110000 100110 1001

Color Harmonies of #0F0F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0F21

Black with #0F0F21

Text Example


Text Example

White with #0F0F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,15,33); }

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

background-color css

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

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

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

border-color css

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

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

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