Html Css Color HEX #0F1827 Black Pearl

📋 copy color: '#0F1827'

red 15 ◦ green 24 ◦ blue 39

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

Shades of Black Pearl #0F1827

Tints of Black Pearl #0F1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 30.77%

 BLUE value IS 39 (15.63% from 255) = 50%

R = 19.23%
G = 30.77%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F1827 (or 0x0F1827) is known color: Black Pearl. HEX triplet: 0F, 18 and 27. RGB value is (15,24,39). Sum of RGB (Red+Green+Blue) = 15+24+39=78 (10% of max value = 765). Red value is 15 (6.25% from 255 or 19.23% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 39 (15.62% from 255 or 50% from 78); Max value from RGB is 39 - color contains mainly: blue. Hex color #0F1827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F1827 is #F0E7D8. Grayscale: #161616. Windows color (decimal): -15787993 or 2562063. OLE color: 2562063.

HSL color Cylindrical-coordinate representation of color #0F1827: hue angle of 217.5º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0F1827 is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 24 39 -
CMYK 0.62 0.38 0 0.85
HSL 217.5º 0.44% 0.11% -
HSV(B) 217.5º 0.62% 0.15% -
XYZ 0.89 0.9 2.05 -
YUV 23.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 15 24 39 0.62 0.38 0 0.85 217.5 0.44 0.11
Hex F 18 27 3E 26 0 55 DA 2C B
Octal 17 30 47 76 46 0 125 332 54 13
Binary 1111 11000 100111 111110 100110 0 1010101 11011010 101100 1011

Color Harmonies of #0F1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F1827

Black with #0F1827

Text Example


Text Example

White with #0F1827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,24,39); }

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

background-color css

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

 a { background-color: rgb(15,24,39); }

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

border-color css

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

 span { border-color: rgb(15,24,39); }

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