Html Css Color HEX #0F1023 Black Russian

📋 copy color: '#0F1023'

red 15 ◦ green 16 ◦ blue 35

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

Shades of Black Russian #0F1023

Tints of Black Russian #0F1023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 53.03%

R = 22.73%
G = 24.24%
B = 53.03%

CMYK

 C value IS 0.57

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F1023 (or 0x0F1023) is known color: Black Russian. HEX triplet: 0F, 10 and 23. RGB value is (15,16,35). Sum of RGB (Red+Green+Blue) = 15+16+35=66 (8% of max value = 765). Red value is 15 (6.25% from 255 or 22.73% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1023 is #F0EFDC. Grayscale: #111111. Windows color (decimal): -15790045 or 2297871. OLE color: 2297871.

HSL color Cylindrical-coordinate representation of color #0F1023: hue angle of 237º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1023 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 16 35 -
CMYK 0.57 0.54 0 0.86
HSL 237º 0.4% 0.1% -
HSV(B) 237º 0.57% 0.14% -
XYZ 0.69 0.59 1.67 -
YUV 17.87 137.67 125.96 -
System Red Green Blue C M Y K H S L
Decimal 15 16 35 0.57 0.54 0 0.86 237 0.4 0.1
Hex F 10 23 39 36 0 56 ED 28 A
Octal 17 20 43 71 66 0 126 355 50 12
Binary 1111 10000 100011 111001 110110 0 1010110 11101101 101000 1010

Color Harmonies of #0F1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1023

Black with #0F1023

Text Example


Text Example

White with #0F1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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