Html Css Color HEX #0F1223 Black Russian

📋 copy color: '#0F1223'

red 15 ◦ green 18 ◦ blue 35

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

Shades of Black Russian #0F1223

Tints of Black Russian #0F1223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.47%

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

R = 22.06%
G = 26.47%
B = 51.47%

CMYK

 C value IS 0.57

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F1223 (or 0x0F1223) is known color: Black Russian. HEX triplet: 0F, 12 and 23. RGB value is (15,18,35). Sum of RGB (Red+Green+Blue) = 15+18+35=68 (9% of max value = 765). Red value is 15 (6.25% from 255 or 22.06% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 35 (14.06% from 255 or 51.47% from 68); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1223 is #F0EDDC. Grayscale: #121212. Windows color (decimal): -15789533 or 2298383. OLE color: 2298383.

HSL color Cylindrical-coordinate representation of color #0F1223: hue angle of 231º 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 #0F1223 is Cyan = 0.57, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 18 35 -
CMYK 0.57 0.49 0 0.86
HSL 231º 0.4% 0.1% -
HSV(B) 231º 0.57% 0.14% -
XYZ 0.72 0.66 1.68 -
YUV 19.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 15 18 35 0.57 0.49 0 0.86 231 0.4 0.1
Hex F 12 23 39 31 0 56 E7 28 A
Octal 17 22 43 71 61 0 126 347 50 12
Binary 1111 10010 100011 111001 110001 0 1010110 11100111 101000 1010

Color Harmonies of #0F1223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1223

Black with #0F1223

Text Example


Text Example

White with #0F1223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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