#0F242B

Color #0F242B Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0F242B

Tints of Black Pearl #0F242B

Color information

#0F242B (or 0x0F242B) is unknown color: approx Black Pearl. HEX triplet: 0F, 24 and 2B. RGB value is (15,36,43). Sum of RGB (Red+Green+Blue) = 15+36+43=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #0F242B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F242B is #F0DBD4. Grayscale: #1E1E1E. Windows color (decimal): -15784917 or 2827279. OLE color: 2827279.

HSL color Cylindrical-coordinate representation of color #0F242B: hue angle of 195º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0F242B is Cyan = 0.65, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB153643-
CMYK0.650.1600.83
HSL195º48.28%11.37%-
HSV(B)195º65.12%16.86%-
XYZ1.261.542.52-
YUV30.52135.04116.93-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 15.96%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=15.96%
G=38.30%
B=45.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1536430.650.1600.8319548.2811.37
HexF242B4110053c330b
Octal1744531012001233036013
Binary111110010010101110000011000001010011110000111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F242B;
 }
 .AnyTagClassName
 {
   color: #0F242B;
 }
</style>
background-color css

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

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

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

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

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

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