Html Css Color HEX #0F1330 Black Russian

📋 copy color: '#0F1330'

red 15 ◦ green 19 ◦ blue 48

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

Shades of Black Russian #0F1330

Tints of Black Russian #0F1330

RGB

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

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

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

R = 18.29%
G = 23.17%
B = 58.54%

CMYK

 C value IS 0.69

 M value IS 0.60

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F1330 (or 0x0F1330) is known color: Black Russian. HEX triplet: 0F, 13 and 30. RGB value is (15,19,48). Sum of RGB (Red+Green+Blue) = 15+19+48=82 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.29% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1330 is #F0ECCF. Grayscale: #141414. Windows color (decimal): -15789264 or 3150607. OLE color: 3150607.

HSL color Cylindrical-coordinate representation of color #0F1330: hue angle of 232.73º 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 #0F1330 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 19 48 -
CMYK 0.69 0.60 0 0.81
HSL 232.73º 0.52% 0.12% -
HSV(B) 232.73º 0.69% 0.19% -
XYZ 0.96 0.78 2.9 -
YUV 21.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 15 19 48 0.69 0.60 0 0.81 232.73 0.52 0.12
Hex F 13 30 45 3C 0 51 E9 34 C
Octal 17 23 60 105 74 0 121 351 64 14
Binary 1111 10011 110000 1000101 111100 0 1010001 11101001 110100 1100

Color Harmonies of #0F1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1330

Black with #0F1330

Text Example


Text Example

White with #0F1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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