Html Css Color HEX #121B1C Black Pearl

📋 copy color: '#121B1C'

red 18 ◦ green 27 ◦ blue 28

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

Shades of Black Pearl #121B1C

Tints of Black Pearl #121B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 36.99%

 BLUE value IS 28 (11.33% from 255) = 38.36%

R = 24.66%
G = 36.99%
B = 38.36%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#121B1C (or 0x121B1C) is known color: Black Pearl. HEX triplet: 12, 1B and 1C. RGB value is (18,27,28). Sum of RGB (Red+Green+Blue) = 18+27+28=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 28 - color contains mainly: blue. Hex color #121B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B1C is #EDE4E3. Grayscale: #181818. Windows color (decimal): -15590628 or 1841938. OLE color: 1841938.

HSL color Cylindrical-coordinate representation of color #121B1C: hue angle of 186º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121B1C is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 27 28 -
CMYK 0.36 0.04 0 0.89
HSL 186º 0.22% 0.09% -
HSV(B) 186º 0.36% 0.11% -
XYZ 0.85 1 1.25 -
YUV 24.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 18 27 28 0.36 0.04 0 0.89 186 0.22 0.09
Hex 12 1B 1C 24 4 0 59 BA 16 9
Octal 22 33 34 44 4 0 131 272 26 11
Binary 10010 11011 11100 100100 100 0 1011001 10111010 10110 1001

Color Harmonies of #121B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B1C

Black with #121B1C

Text Example


Text Example

White with #121B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121B1C; }

 p { color: rgb(18,27,28); }

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

background-color css

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

 a { background-color: rgb(18,27,28); }

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

border-color css

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

 span { border-color: rgb(18,27,28); }

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