Html Css Color HEX #0F1019 Black Russian

📋 copy color: '#0F1019'

red 15 ◦ green 16 ◦ blue 25

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

Shades of Black Russian #0F1019

Tints of Black Russian #0F1019

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.57%

 BLUE value IS 25 (10.16% from 255) = 44.64%

R = 26.79%
G = 28.57%
B = 44.64%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F1019 (or 0x0F1019) is known color: Black Russian. HEX triplet: 0F, 10 and 19. RGB value is (15,16,25). Sum of RGB (Red+Green+Blue) = 15+16+25=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 16 (6.64% from 255 or 28.57% from 56); Blue value is 25 (10.16% from 255 or 44.64% from 56); Max value from RGB is 25 - color contains mainly: blue. Hex color #0F1019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F1019 is #F0EFE6. Grayscale: #101010. Windows color (decimal): -15790055 or 1642511. OLE color: 1642511.

HSL color Cylindrical-coordinate representation of color #0F1019: hue angle of 234º degrees, saturation: 0.25, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #0F1019 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 16 25 -
CMYK 0.40 0.36 0 0.90
HSL 234º 0.25% 0.08% -
HSV(B) 234º 0.4% 0.1% -
XYZ 0.56 0.54 0.99 -
YUV 16.73 132.67 126.77 -
System Red Green Blue C M Y K H S L
Decimal 15 16 25 0.40 0.36 0 0.90 234 0.25 0.08
Hex F 10 19 28 24 0 5A EA 19 8
Octal 17 20 31 50 44 0 132 352 31 10
Binary 1111 10000 11001 101000 100100 0 1011010 11101010 11001 1000

Color Harmonies of #0F1019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1019

Black with #0F1019

Text Example


Text Example

White with #0F1019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,16,25); }

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

background-color css

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

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

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

border-color css

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

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

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