Html Css Color HEX #18272F Black Pearl

📋 copy color: '#18272F'

red 24 ◦ green 39 ◦ blue 47

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

Shades of Black Pearl #18272F

Tints of Black Pearl #18272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.45%

 BLUE value IS 47 (18.75% from 255) = 42.73%

R = 21.82%
G = 35.45%
B = 42.73%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18272F (or 0x18272F) is known color: Black Pearl. HEX triplet: 18, 27 and 2F. RGB value is (24,39,47). Sum of RGB (Red+Green+Blue) = 24+39+47=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 47 - color contains mainly: blue. Hex color #18272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18272F is #E7D8D0. Grayscale: #232323. Windows color (decimal): -15194321 or 3090200. OLE color: 3090200.

HSL color Cylindrical-coordinate representation of color #18272F: hue angle of 200.87º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #18272F is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 39 47 -
CMYK 0.49 0.17 0 0.82
HSL 200.87º 0.32% 0.14% -
HSV(B) 200.87º 0.49% 0.18% -
XYZ 1.62 1.85 2.96 -
YUV 35.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 24 39 47 0.49 0.17 0 0.82 200.87 0.32 0.14
Hex 18 27 2F 31 11 0 52 C9 20 E
Octal 30 47 57 61 21 0 122 311 40 16
Binary 11000 100111 101111 110001 10001 0 1010010 11001001 100000 1110

Color Harmonies of #18272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18272F

Black with #18272F

Text Example


Text Example

White with #18272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18272F; }

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

 H1.HeaderClassName
 {
   color: #18272F;
 }
 .AnyTagClassName
 {
   color: #18272F;
 }
</style>

background-color css

<style>
 a { background-color: #18272F; }

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

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

border-color css

<style>
 span { border-color: #18272F; }

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

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