Html Css Color HEX #0F181A Black Pearl

📋 copy color: '#0F181A'

red 15 ◦ green 24 ◦ blue 26

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

Shades of Black Pearl #0F181A

Tints of Black Pearl #0F181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 36.92%

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

R = 23.08%
G = 36.92%
B = 40%

CMYK

 C value IS 0.42

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0F181A (or 0x0F181A) is known color: Black Pearl. HEX triplet: 0F, 18 and 1A. RGB value is (15,24,26). Sum of RGB (Red+Green+Blue) = 15+24+26=65 (8% of max value = 765). Red value is 15 (6.25% from 255 or 23.08% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #0F181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F181A is #F0E7E5. Grayscale: #151515. Windows color (decimal): -15788006 or 1710095. OLE color: 1710095.

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

Color convert

RGB 15 24 26 -
CMYK 0.42 0.08 0 0.90
HSL 190.91º 0.27% 0.08% -
HSV(B) 190.91º 0.42% 0.1% -
XYZ 0.71 0.83 1.1 -
YUV 21.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 15 24 26 0.42 0.08 0 0.90 190.91 0.27 0.08
Hex F 18 1A 2A 8 0 5A BF 1B 8
Octal 17 30 32 52 10 0 132 277 33 10
Binary 1111 11000 11010 101010 1000 0 1011010 10111111 11011 1000

Color Harmonies of #0F181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F181A

Black with #0F181A

Text Example


Text Example

White with #0F181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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