Html Css Color HEX #121A25 Black Pearl

📋 copy color: '#121A25'

red 18 ◦ green 26 ◦ blue 37

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

Shades of Black Pearl #121A25

Tints of Black Pearl #121A25

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.1%

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

R = 22.22%
G = 32.1%
B = 45.68%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121A25 (or 0x121A25) is known color: Black Pearl. HEX triplet: 12, 1A and 25. RGB value is (18,26,37). Sum of RGB (Red+Green+Blue) = 18+26+37=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 26 (10.55% from 255 or 32.10% from 81); Blue value is 37 (14.84% from 255 or 45.68% from 81); Max value from RGB is 37 - color contains mainly: blue. Hex color #121A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A25 is #EDE5DA. Grayscale: #181818. Windows color (decimal): -15590875 or 2431506. OLE color: 2431506.

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

Color convert

RGB 18 26 37 -
CMYK 0.51 0.30 0 0.85
HSL 214.74º 0.35% 0.11% -
HSV(B) 214.74º 0.51% 0.15% -
XYZ 0.95 1 1.89 -
YUV 24.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 18 26 37 0.51 0.30 0 0.85 214.74 0.35 0.11
Hex 12 1A 25 33 1E 0 55 D7 23 B
Octal 22 32 45 63 36 0 125 327 43 13
Binary 10010 11010 100101 110011 11110 0 1010101 11010111 100011 1011

Color Harmonies of #121A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A25

Black with #121A25

Text Example


Text Example

White with #121A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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