Html Css Color HEX #121D25 Black Pearl

📋 copy color: '#121D25'

red 18 ◦ green 29 ◦ blue 37

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

Shades of Black Pearl #121D25

Tints of Black Pearl #121D25

RGB

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

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

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

R = 21.43%
G = 34.52%
B = 44.05%

CMYK

 C value IS 0.51

 M value IS 0.22

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121D25 (or 0x121D25) is known color: Black Pearl. HEX triplet: 12, 1D and 25. RGB value is (18,29,37). Sum of RGB (Red+Green+Blue) = 18+29+37=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #121D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D25 is #EDE2DA. Grayscale: #1A1A1A. Windows color (decimal): -15590107 or 2432274. OLE color: 2432274.

HSL color Cylindrical-coordinate representation of color #121D25: hue angle of 205.26º 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 #121D25 is Cyan = 0.51, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 29 37 -
CMYK 0.51 0.22 0 0.85
HSL 205.26º 0.35% 0.11% -
HSV(B) 205.26º 0.51% 0.15% -
XYZ 1.02 1.14 1.92 -
YUV 26.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 18 29 37 0.51 0.22 0 0.85 205.26 0.35 0.11
Hex 12 1D 25 33 16 0 55 CD 23 B
Octal 22 35 45 63 26 0 125 315 43 13
Binary 10010 11101 100101 110011 10110 0 1010101 11001101 100011 1011

Color Harmonies of #121D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D25

Black with #121D25

Text Example


Text Example

White with #121D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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