Html Css Color HEX #121F25 Black Pearl

📋 copy color: '#121F25'

red 18 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #121F25

Tints of Black Pearl #121F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 36.05%

 BLUE value IS 37 (14.84% from 255) = 43.02%

R = 20.93%
G = 36.05%
B = 43.02%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121F25 (or 0x121F25) is known color: Black Pearl. HEX triplet: 12, 1F and 25. RGB value is (18,31,37). Sum of RGB (Red+Green+Blue) = 18+31+37=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #121F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F25 is #EDE0DA. Grayscale: #1B1B1B. Windows color (decimal): -15589595 or 2432786. OLE color: 2432786.

HSL color Cylindrical-coordinate representation of color #121F25: hue angle of 198.95º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #121F25 is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 31 37 -
CMYK 0.51 0.16 0 0.85
HSL 198.95º 0.35% 0.11% -
HSV(B) 198.95º 0.51% 0.15% -
XYZ 1.07 1.24 1.93 -
YUV 27.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 18 31 37 0.51 0.16 0 0.85 198.95 0.35 0.11
Hex 12 1F 25 33 10 0 55 C7 23 B
Octal 22 37 45 63 20 0 125 307 43 13
Binary 10010 11111 100101 110011 10000 0 1010101 11000111 100011 1011

Color Harmonies of #121F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F25

Black with #121F25

Text Example


Text Example

White with #121F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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