Html Css Color HEX #121C1F Black Pearl

📋 copy color: '#121C1F'

red 18 ◦ green 28 ◦ blue 31

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

Shades of Black Pearl #121C1F

Tints of Black Pearl #121C1F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 36.36%

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

R = 23.38%
G = 36.36%
B = 40.26%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#121C1F (or 0x121C1F) is known color: Black Pearl. HEX triplet: 12, 1C and 1F. RGB value is (18,28,31). Sum of RGB (Red+Green+Blue) = 18+28+31=77 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.38% from 77); Green value is 28 (11.33% from 255 or 36.36% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #121C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1F is #EDE3E0. Grayscale: #191919. Windows color (decimal): -15590369 or 2038802. OLE color: 2038802.

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

Color convert

RGB 18 28 31 -
CMYK 0.42 0.10 0 0.88
HSL 193.85º 0.27% 0.1% -
HSV(B) 193.85º 0.42% 0.12% -
XYZ 0.91 1.06 1.45 -
YUV 25.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 18 28 31 0.42 0.10 0 0.88 193.85 0.27 0.1
Hex 12 1C 1F 2A A 0 58 C2 1B A
Octal 22 34 37 52 12 0 130 302 33 12
Binary 10010 11100 11111 101010 1010 0 1011000 11000010 11011 1010

Color Harmonies of #121C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C1F

Black with #121C1F

Text Example


Text Example

White with #121C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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