Html Css Color HEX #182028 Black Pearl

📋 copy color: '#182028'

red 24 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #182028

Tints of Black Pearl #182028

RGB

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

 GREEN value IS 32 (12.89% from 255) = 33.33%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 25%
G = 33.33%
B = 41.67%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#182028 (or 0x182028) is known color: Black Pearl. HEX triplet: 18, 20 and 28. RGB value is (24,32,40). Sum of RGB (Red+Green+Blue) = 24+32+40=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #182028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182028 is #E7DFD7. Grayscale: #1E1E1E. Windows color (decimal): -15196120 or 2629656. OLE color: 2629656.

HSL color Cylindrical-coordinate representation of color #182028: hue angle of 210º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182028 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 32 40 -
CMYK 0.40 0.20 0 0.84
HSL 210º 0.25% 0.13% -
HSV(B) 210º 0.4% 0.16% -
XYZ 1.28 1.38 2.21 -
YUV 30.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 24 32 40 0.40 0.20 0 0.84 210 0.25 0.13
Hex 18 20 28 28 14 0 54 D2 19 D
Octal 30 40 50 50 24 0 124 322 31 15
Binary 11000 100000 101000 101000 10100 0 1010100 11010010 11001 1101

Color Harmonies of #182028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182028

Black with #182028

Text Example


Text Example

White with #182028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182028; }

 p { color: rgb(24,32,40); }

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

background-color css

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

 a { background-color: rgb(24,32,40); }

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

border-color css

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

 span { border-color: rgb(24,32,40); }

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