Html Css Color HEX #121D1E Black Pearl

📋 copy color: '#121D1E'

red 18 ◦ green 29 ◦ blue 30

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

Shades of Black Pearl #121D1E

Tints of Black Pearl #121D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 37.66%

 BLUE value IS 30 (12.11% from 255) = 38.96%

R = 23.38%
G = 37.66%
B = 38.96%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#121D1E (or 0x121D1E) is known color: Black Pearl. HEX triplet: 12, 1D and 1E. RGB value is (18,29,30). Sum of RGB (Red+Green+Blue) = 18+29+30=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 29 (11.72% from 255 or 37.66% from 77); Blue value is 30 (12.11% from 255 or 38.96% from 77); Max value from RGB is 30 - color contains mainly: blue. Hex color #121D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1E is #EDE2E1. Grayscale: #191919. Windows color (decimal): -15590114 or 1973522. OLE color: 1973522.

HSL color Cylindrical-coordinate representation of color #121D1E: hue angle of 185º 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 #121D1E is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 29 30 -
CMYK 0.40 0.03 0 0.88
HSL 185º 0.25% 0.09% -
HSV(B) 185º 0.4% 0.12% -
XYZ 0.92 1.1 1.39 -
YUV 25.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 18 29 30 0.40 0.03 0 0.88 185 0.25 0.09
Hex 12 1D 1E 28 3 0 58 B9 19 9
Octal 22 35 36 50 3 0 130 271 31 11
Binary 10010 11101 11110 101000 11 0 1011000 10111001 11001 1001

Color Harmonies of #121D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D1E

Black with #121D1E

Text Example


Text Example

White with #121D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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