Html Css Color HEX #0F0C21 Black Russian

📋 copy color: '#0F0C21'

red 15 ◦ green 12 ◦ blue 33

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

Shades of Black Russian #0F0C21

Tints of Black Russian #0F0C21

RGB

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

 GREEN value IS 12 (5.08% from 255) = 20%

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

R = 25%
G = 20%
B = 55%

CMYK

 C value IS 0.55

 M value IS 0.64

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F0C21 (or 0x0F0C21) is known color: Black Russian. HEX triplet: 0F, 0C and 21. RGB value is (15,12,33). Sum of RGB (Red+Green+Blue) = 15+12+33=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 12 (5.08% from 255 or 20% from 60); Blue value is 33 (13.28% from 255 or 55% from 60); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0C21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0C21 is #F0F3DE. Grayscale: #0F0F0F. Windows color (decimal): -15791071 or 2165775. OLE color: 2165775.

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

Color convert

RGB 15 12 33 -
CMYK 0.55 0.64 0 0.87
HSL 248.57º 0.47% 0.09% -
HSV(B) 248.57º 0.64% 0.13% -
XYZ 0.6 0.47 1.5 -
YUV 15.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 15 12 33 0.55 0.64 0 0.87 248.57 0.47 0.09
Hex F C 21 37 40 0 57 F9 2F 9
Octal 17 14 41 67 100 0 127 371 57 11
Binary 1111 1100 100001 110111 1000000 0 1010111 11111001 101111 1001

Color Harmonies of #0F0C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0C21

Black with #0F0C21

Text Example


Text Example

White with #0F0C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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