Html Css Color HEX #0F141C Black Pearl

📋 copy color: '#0F141C'

red 15 ◦ green 20 ◦ blue 28

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

Shades of Black Pearl #0F141C

Tints of Black Pearl #0F141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.75%

 BLUE value IS 28 (11.33% from 255) = 44.44%

R = 23.81%
G = 31.75%
B = 44.44%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F141C (or 0x0F141C) is known color: Black Pearl. HEX triplet: 0F, 14 and 1C. RGB value is (15,20,28). Sum of RGB (Red+Green+Blue) = 15+20+28=63 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.81% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 28 (11.33% from 255 or 44.44% from 63); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F141C is #F0EBE3. Grayscale: #131313. Windows color (decimal): -15789028 or 1840143. OLE color: 1840143.

HSL color Cylindrical-coordinate representation of color #0F141C: hue angle of 216.92º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0F141C is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 20 28 -
CMYK 0.46 0.29 0 0.89
HSL 216.92º 0.3% 0.08% -
HSV(B) 216.92º 0.46% 0.11% -
XYZ 0.66 0.69 1.2 -
YUV 19.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 15 20 28 0.46 0.29 0 0.89 216.92 0.3 0.08
Hex F 14 1C 2E 1D 0 59 D9 1E 8
Octal 17 24 34 56 35 0 131 331 36 10
Binary 1111 10100 11100 101110 11101 0 1011001 11011001 11110 1000

Color Harmonies of #0F141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F141C

Black with #0F141C

Text Example


Text Example

White with #0F141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,20,28); }

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

background-color css

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

 a { background-color: rgb(15,20,28); }

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

border-color css

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

 span { border-color: rgb(15,20,28); }

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