Html Css Color HEX #182328 Black Pearl

📋 copy color: '#182328'

red 24 ◦ green 35 ◦ blue 40

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

Shades of Black Pearl #182328

Tints of Black Pearl #182328

RGB

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

 GREEN value IS 35 (14.06% from 255) = 35.35%

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

R = 24.24%
G = 35.35%
B = 40.4%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#182328 (or 0x182328) is known color: Black Pearl. HEX triplet: 18, 23 and 28. RGB value is (24,35,40). Sum of RGB (Red+Green+Blue) = 24+35+40=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #182328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182328 is #E7DCD7. Grayscale: #202020. Windows color (decimal): -15195352 or 2630424. OLE color: 2630424.

HSL color Cylindrical-coordinate representation of color #182328: hue angle of 198.75º 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 #182328 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 35 40 -
CMYK 0.40 0.12 0 0.84
HSL 198.75º 0.25% 0.13% -
HSV(B) 198.75º 0.4% 0.16% -
XYZ 1.36 1.55 2.23 -
YUV 32.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 24 35 40 0.40 0.12 0 0.84 198.75 0.25 0.13
Hex 18 23 28 28 C 0 54 C7 19 D
Octal 30 43 50 50 14 0 124 307 31 15
Binary 11000 100011 101000 101000 1100 0 1010100 11000111 11001 1101

Color Harmonies of #182328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182328

Black with #182328

Text Example


Text Example

White with #182328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182328; }

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

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

background-color css

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

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

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

border-color css

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

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

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