Html Css Color HEX #0F1923 Black Pearl

📋 copy color: '#0F1923'

red 15 ◦ green 25 ◦ blue 35

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

Shades of Black Pearl #0F1923

Tints of Black Pearl #0F1923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 46.67%

R = 20%
G = 33.33%
B = 46.67%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F1923 (or 0x0F1923) is known color: Black Pearl. HEX triplet: 0F, 19 and 23. RGB value is (15,25,35). Sum of RGB (Red+Green+Blue) = 15+25+35=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 25 (10.16% from 255 or 33.33% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #0F1923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1923 is #F0E6DC. Grayscale: #171717. Windows color (decimal): -15787741 or 2300175. OLE color: 2300175.

HSL color Cylindrical-coordinate representation of color #0F1923: hue angle of 210º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0F1923 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 25 35 -
CMYK 0.57 0.29 0 0.86
HSL 210º 0.4% 0.1% -
HSV(B) 210º 0.57% 0.14% -
XYZ 0.85 0.92 1.72 -
YUV 23.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 15 25 35 0.57 0.29 0 0.86 210 0.4 0.1
Hex F 19 23 39 1D 0 56 D2 28 A
Octal 17 31 43 71 35 0 126 322 50 12
Binary 1111 11001 100011 111001 11101 0 1010110 11010010 101000 1010

Color Harmonies of #0F1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1923

Black with #0F1923

Text Example


Text Example

White with #0F1923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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