Html Css Color HEX #0F0D1A Black Russian

📋 copy color: '#0F0D1A'

red 15 ◦ green 13 ◦ blue 26

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

Shades of Black Russian #0F0D1A

Tints of Black Russian #0F0D1A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 24.07%

 BLUE value IS 26 (10.55% from 255) = 48.15%

R = 27.78%
G = 24.07%
B = 48.15%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F0D1A (or 0x0F0D1A) is known color: Black Russian. HEX triplet: 0F, 0D and 1A. RGB value is (15,13,26). Sum of RGB (Red+Green+Blue) = 15+13+26=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 13 (5.47% from 255 or 24.07% from 54); Blue value is 26 (10.55% from 255 or 48.15% from 54); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F0D1A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0D1A is #F0F2E5. Grayscale: #0F0F0F. Windows color (decimal): -15790822 or 1707279. OLE color: 1707279.

HSL color Cylindrical-coordinate representation of color #0F0D1A: hue angle of 249.23º degrees, saturation: 0.33, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0F0D1A is Cyan = 0.42, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 15 13 26 -
CMYK 0.42 0.5 0 0.90
HSL 249.23º 0.33% 0.08% -
HSV(B) 249.23º 0.5% 0.1% -
XYZ 0.53 0.46 1.04 -
YUV 15.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 15 13 26 0.42 0.5 0 0.90 249.23 0.33 0.08
Hex F D 1A 2A 32 0 5A F9 21 8
Octal 17 15 32 52 62 0 132 371 41 10
Binary 1111 1101 11010 101010 110010 0 1011010 11111001 100001 1000

Color Harmonies of #0F0D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0D1A

Black with #0F0D1A

Text Example


Text Example

White with #0F0D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,26); }

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

background-color css

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

 a { background-color: rgb(15,13,26); }

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

border-color css

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

 span { border-color: rgb(15,13,26); }

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