Html Css Color HEX #0F2025 Black Pearl

📋 copy color: '#0F2025'

red 15 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #0F2025

Tints of Black Pearl #0F2025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 38.1%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 17.86%
G = 38.1%
B = 44.05%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F2025 (or 0x0F2025) is known color: Black Pearl. HEX triplet: 0F, 20 and 25. RGB value is (15,32,37). Sum of RGB (Red+Green+Blue) = 15+32+37=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F2025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2025 is #F0DFDA. Grayscale: #1B1B1B. Windows color (decimal): -15785947 or 2433039. OLE color: 2433039.

HSL color Cylindrical-coordinate representation of color #0F2025: hue angle of 193.64º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0F2025 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 32 37 -
CMYK 0.59 0.14 0 0.85
HSL 193.64º 0.42% 0.1% -
HSV(B) 193.64º 0.59% 0.15% -
XYZ 1.05 1.27 1.94 -
YUV 27.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 15 32 37 0.59 0.14 0 0.85 193.64 0.42 0.1
Hex F 20 25 3B E 0 55 C2 2A A
Octal 17 40 45 73 16 0 125 302 52 12
Binary 1111 100000 100101 111011 1110 0 1010101 11000010 101010 1010

Color Harmonies of #0F2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F2025

Black with #0F2025

Text Example


Text Example

White with #0F2025

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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