Html Css Color HEX #0F1328 Black Russian

📋 copy color: '#0F1328'

red 15 ◦ green 19 ◦ blue 40

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

Shades of Black Russian #0F1328

Tints of Black Russian #0F1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 20.27%
G = 25.68%
B = 54.05%

CMYK

 C value IS 0.62

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0F1328 (or 0x0F1328) is known color: Black Russian. HEX triplet: 0F, 13 and 28. RGB value is (15,19,40). Sum of RGB (Red+Green+Blue) = 15+19+40=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F1328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1328 is #F0ECD7. Grayscale: #141414. Windows color (decimal): -15789272 or 2626319. OLE color: 2626319.

HSL color Cylindrical-coordinate representation of color #0F1328: hue angle of 230.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 #0F1328 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 15 19 40 -
CMYK 0.62 0.52 0 0.84
HSL 230.4º 0.45% 0.11% -
HSV(B) 230.4º 0.63% 0.16% -
XYZ 0.81 0.72 2.1 -
YUV 20.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 15 19 40 0.62 0.52 0 0.84 230.4 0.45 0.11
Hex F 13 28 3E 34 0 54 E6 2D B
Octal 17 23 50 76 64 0 124 346 55 13
Binary 1111 10011 101000 111110 110100 0 1010100 11100110 101101 1011

Color Harmonies of #0F1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1328

Black with #0F1328

Text Example


Text Example

White with #0F1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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