Html Css Color HEX #0F242C Black Pearl

📋 copy color: '#0F242C'

red 15 ◦ green 36 ◦ blue 44

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

Shades of Black Pearl #0F242C

Tints of Black Pearl #0F242C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 37.89%

 BLUE value IS 44 (17.58% from 255) = 46.32%

R = 15.79%
G = 37.89%
B = 46.32%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F242C (or 0x0F242C) is known color: Black Pearl. HEX triplet: 0F, 24 and 2C. RGB value is (15,36,44). Sum of RGB (Red+Green+Blue) = 15+36+44=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 44 (17.58% from 255 or 46.32% from 95); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F242C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F242C is #F0DBD3. Grayscale: #1E1E1E. Windows color (decimal): -15784916 or 2892815. OLE color: 2892815.

HSL color Cylindrical-coordinate representation of color #0F242C: hue angle of 196.55º degrees, saturation: 0.49, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0F242C is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 36 44 -
CMYK 0.66 0.18 0 0.83
HSL 196.55º 0.49% 0.12% -
HSV(B) 196.55º 0.66% 0.17% -
XYZ 1.28 1.55 2.61 -
YUV 30.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 15 36 44 0.66 0.18 0 0.83 196.55 0.49 0.12
Hex F 24 2C 42 12 0 53 C5 31 C
Octal 17 44 54 102 22 0 123 305 61 14
Binary 1111 100100 101100 1000010 10010 0 1010011 11000101 110001 1100

Color Harmonies of #0F242C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F242C

Black with #0F242C

Text Example


Text Example

White with #0F242C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,36,44); }

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

background-color css

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

 a { background-color: rgb(15,36,44); }

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

border-color css

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

 span { border-color: rgb(15,36,44); }

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