Html Css Color HEX #0F1828 Black Russian

📋 copy color: '#0F1828'

red 15 ◦ green 24 ◦ blue 40

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

Shades of Black Russian #0F1828

Tints of Black Russian #0F1828

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.38%

 BLUE value IS 40 (16.02% from 255) = 50.63%

R = 18.99%
G = 30.38%
B = 50.63%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F1828 (or 0x0F1828) is known color: Black Russian. HEX triplet: 0F, 18 and 28. RGB value is (15,24,40). Sum of RGB (Red+Green+Blue) = 15+24+40=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1828 is #F0E7D7. Grayscale: #171717. Windows color (decimal): -15787992 or 2627599. OLE color: 2627599.

HSL color Cylindrical-coordinate representation of color #0F1828: hue angle of 218.4º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1828 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 24 40 -
CMYK 0.62 0.40 0 0.84
HSL 218.4º 0.45% 0.11% -
HSV(B) 218.4º 0.63% 0.16% -
XYZ 0.91 0.91 2.13 -
YUV 23.13 137.52 122.2 -
System Red Green Blue C M Y K H S L
Decimal 15 24 40 0.62 0.40 0 0.84 218.4 0.45 0.11
Hex F 18 28 3E 28 0 54 DA 2D B
Octal 17 30 50 76 50 0 124 332 55 13
Binary 1111 11000 101000 111110 101000 0 1010100 11011010 101101 1011

Color Harmonies of #0F1828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1828

Black with #0F1828

Text Example


Text Example

White with #0F1828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,40); }

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

background-color css

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

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

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

border-color css

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

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

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