Html Css Color HEX #181F25 Black Pearl

📋 copy color: '#181F25'

red 24 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #181F25

Tints of Black Pearl #181F25

RGB

 RED value IS 24 (9.77% from 255) = 26.09%

 GREEN value IS 31 (12.5% from 255) = 33.7%

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

R = 26.09%
G = 33.7%
B = 40.22%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#181F25 (or 0x181F25) is known color: Black Pearl. HEX triplet: 18, 1F and 25. RGB value is (24,31,37). Sum of RGB (Red+Green+Blue) = 24+31+37=92 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.09% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 37 - color contains mainly: blue. Hex color #181F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F25 is #E7E0DA. Grayscale: #1D1D1D. Windows color (decimal): -15196379 or 2432792. OLE color: 2432792.

HSL color Cylindrical-coordinate representation of color #181F25: hue angle of 207.69º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #181F25 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 24 31 37 -
CMYK 0.35 0.16 0 0.85
HSL 207.69º 0.21% 0.12% -
HSV(B) 207.69º 0.35% 0.15% -
XYZ 1.2 1.31 1.94 -
YUV 29.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 24 31 37 0.35 0.16 0 0.85 207.69 0.21 0.12
Hex 18 1F 25 23 10 0 55 D0 15 C
Octal 30 37 45 43 20 0 125 320 25 14
Binary 11000 11111 100101 100011 10000 0 1010101 11010000 10101 1100

Color Harmonies of #181F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F25

Black with #181F25

Text Example


Text Example

White with #181F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181F25; }

 p { color: rgb(24,31,37); }

 H1.HeaderClassName
 {
   color: #181F25;
 }
 .AnyTagClassName
 {
   color: #181F25;
 }
</style>

background-color css

<style>
 a { background-color: #181F25; }

 a { background-color: rgb(24,31,37); }

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

border-color css

<style>
 span { border-color: #181F25; }

 span { border-color: rgb(24,31,37); }

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