Html Css Color HEX #121D1F Black Pearl

📋 copy color: '#121D1F'

red 18 ◦ green 29 ◦ blue 31

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

Shades of Black Pearl #121D1F

Tints of Black Pearl #121D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 39.74%

R = 23.08%
G = 37.18%
B = 39.74%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#121D1F (or 0x121D1F) is known color: Black Pearl. HEX triplet: 12, 1D and 1F. RGB value is (18,29,31). Sum of RGB (Red+Green+Blue) = 18+29+31=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 29 (11.72% from 255 or 37.18% from 78); Blue value is 31 (12.5% from 255 or 39.74% from 78); Max value from RGB is 31 - color contains mainly: blue. Hex color #121D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D1F is #EDE2E0. Grayscale: #191919. Windows color (decimal): -15590113 or 2039058. OLE color: 2039058.

HSL color Cylindrical-coordinate representation of color #121D1F: hue angle of 189.23º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121D1F is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 29 31 -
CMYK 0.42 0.06 0 0.88
HSL 189.23º 0.27% 0.1% -
HSV(B) 189.23º 0.42% 0.12% -
XYZ 0.94 1.11 1.46 -
YUV 25.94 130.86 122.34 -
System Red Green Blue C M Y K H S L
Decimal 18 29 31 0.42 0.06 0 0.88 189.23 0.27 0.1
Hex 12 1D 1F 2A 6 0 58 BD 1B A
Octal 22 35 37 52 6 0 130 275 33 12
Binary 10010 11101 11111 101010 110 0 1011000 10111101 11011 1010

Color Harmonies of #121D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D1F

Black with #121D1F

Text Example


Text Example

White with #121D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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