Html Css Color HEX #0F252C Black Pearl

📋 copy color: '#0F252C'

red 15 ◦ green 37 ◦ blue 44

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

Shades of Black Pearl #0F252C

Tints of Black Pearl #0F252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

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

R = 15.63%
G = 38.54%
B = 45.83%

CMYK

 C value IS 0.66

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0F252C (or 0x0F252C) is known color: Black Pearl. HEX triplet: 0F, 25 and 2C. RGB value is (15,37,44). Sum of RGB (Red+Green+Blue) = 15+37+44=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #0F252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F252C is #F0DAD3. Grayscale: #1F1F1F. Windows color (decimal): -15784660 or 2893071. OLE color: 2893071.

HSL color Cylindrical-coordinate representation of color #0F252C: hue angle of 194.48º 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 #0F252C is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 15 37 44 -
CMYK 0.66 0.16 0 0.83
HSL 194.48º 0.49% 0.12% -
HSV(B) 194.48º 0.66% 0.17% -
XYZ 1.31 1.61 2.62 -
YUV 31.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 15 37 44 0.66 0.16 0 0.83 194.48 0.49 0.12
Hex F 25 2C 42 10 0 53 C2 31 C
Octal 17 45 54 102 20 0 123 302 61 14
Binary 1111 100101 101100 1000010 10000 0 1010011 11000010 110001 1100

Color Harmonies of #0F252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F252C

Black with #0F252C

Text Example


Text Example

White with #0F252C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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