Html Css Color HEX #0F1130 Black Russian

📋 copy color: '#0F1130'

red 15 ◦ green 17 ◦ blue 48

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

Shades of Black Russian #0F1130

Tints of Black Russian #0F1130

RGB

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

 GREEN value IS 17 (7.03% from 255) = 21.25%

 BLUE value IS 48 (19.14% from 255) = 60%

R = 18.75%
G = 21.25%
B = 60%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1130 (or 0x0F1130) is known color: Black Russian. HEX triplet: 0F, 11 and 30. RGB value is (15,17,48). Sum of RGB (Red+Green+Blue) = 15+17+48=80 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.75% from 80); Green value is 17 (7.03% from 255 or 21.25% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1130 is #F0EECF. Grayscale: #131313. Windows color (decimal): -15789776 or 3150095. OLE color: 3150095.

HSL color Cylindrical-coordinate representation of color #0F1130: hue angle of 236.36º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F1130 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 17 48 -
CMYK 0.69 0.65 0 0.81
HSL 236.36º 0.52% 0.12% -
HSV(B) 236.36º 0.69% 0.19% -
XYZ 0.93 0.72 2.89 -
YUV 19.94 143.84 124.48 -
System Red Green Blue C M Y K H S L
Decimal 15 17 48 0.69 0.65 0 0.81 236.36 0.52 0.12
Hex F 11 30 45 41 0 51 EC 34 C
Octal 17 21 60 105 101 0 121 354 64 14
Binary 1111 10001 110000 1000101 1000001 0 1010001 11101100 110100 1100

Color Harmonies of #0F1130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1130

Black with #0F1130

Text Example


Text Example

White with #0F1130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,17,48); }

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

background-color css

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

 a { background-color: rgb(15,17,48); }

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

border-color css

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

 span { border-color: rgb(15,17,48); }

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