Html Css Color HEX #12181E Black Pearl

📋 copy color: '#12181E'

red 18 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #12181E

Tints of Black Pearl #12181E

RGB

 RED value IS 18 (7.42% from 255) = 25%

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

 BLUE value IS 30 (12.11% 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.88

RGB Variations

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

Color information

#12181E (or 0x12181E) is known color: Black Pearl. HEX triplet: 12, 18 and 1E. RGB value is (18,24,30). Sum of RGB (Red+Green+Blue) = 18+24+30=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 30 (12.11% from 255 or 41.67% from 72); Max value from RGB is 30 - color contains mainly: blue. Hex color #12181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12181E is #EDE7E1. Grayscale: #161616. Windows color (decimal): -15591394 or 1972242. OLE color: 1972242.

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

Color convert

RGB 18 24 30 -
CMYK 0.40 0.20 0 0.88
HSL 210º 0.25% 0.09% -
HSV(B) 210º 0.4% 0.12% -
XYZ 0.81 0.88 1.35 -
YUV 22.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 18 24 30 0.40 0.20 0 0.88 210 0.25 0.09
Hex 12 18 1E 28 14 0 58 D2 19 9
Octal 22 30 36 50 24 0 130 322 31 11
Binary 10010 11000 11110 101000 10100 0 1011000 11010010 11001 1001

Color Harmonies of #12181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12181E

Black with #12181E

Text Example


Text Example

White with #12181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12181E; }

 p { color: rgb(18,24,30); }

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

background-color css

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

 a { background-color: rgb(18,24,30); }

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

border-color css

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

 span { border-color: rgb(18,24,30); }

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