Html Css Color HEX #0F1925 Black Pearl

📋 copy color: '#0F1925'

red 15 ◦ green 25 ◦ blue 37

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

Shades of Black Pearl #0F1925

Tints of Black Pearl #0F1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.47%

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

R = 19.48%
G = 32.47%
B = 48.05%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1925 (or 0x0F1925) is known color: Black Pearl. HEX triplet: 0F, 19 and 25. RGB value is (15,25,37). Sum of RGB (Red+Green+Blue) = 15+25+37=77 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.48% from 77); Green value is 25 (10.16% from 255 or 32.47% from 77); Blue value is 37 (14.84% from 255 or 48.05% from 77); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F1925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1925 is #F0E6DA. Grayscale: #171717. Windows color (decimal): -15787739 or 2431247. OLE color: 2431247.

HSL color Cylindrical-coordinate representation of color #0F1925: hue angle of 212.73º 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 #0F1925 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 25 37 -
CMYK 0.59 0.32 0 0.85
HSL 212.73º 0.42% 0.1% -
HSV(B) 212.73º 0.59% 0.15% -
XYZ 0.88 0.93 1.88 -
YUV 23.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 15 25 37 0.59 0.32 0 0.85 212.73 0.42 0.1
Hex F 19 25 3B 20 0 55 D5 2A A
Octal 17 31 45 73 40 0 125 325 52 12
Binary 1111 11001 100101 111011 100000 0 1010101 11010101 101010 1010

Color Harmonies of #0F1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1925

Black with #0F1925

Text Example


Text Example

White with #0F1925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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