Html Css Color HEX #121B25 Black Pearl

📋 copy color: '#121B25'

red 18 ◦ green 27 ◦ blue 37

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

Shades of Black Pearl #121B25

Tints of Black Pearl #121B25

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.93%

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

R = 21.95%
G = 32.93%
B = 45.12%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#121B25 (or 0x121B25) is known color: Black Pearl. HEX triplet: 12, 1B and 25. RGB value is (18,27,37). Sum of RGB (Red+Green+Blue) = 18+27+37=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 37 (14.84% from 255 or 45.12% from 82); Max value from RGB is 37 - color contains mainly: blue. Hex color #121B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B25 is #EDE4DA. Grayscale: #191919. Windows color (decimal): -15590619 or 2431762. OLE color: 2431762.

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

Color convert

RGB 18 27 37 -
CMYK 0.51 0.27 0 0.85
HSL 211.58º 0.35% 0.11% -
HSV(B) 211.58º 0.51% 0.15% -
XYZ 0.98 1.05 1.9 -
YUV 25.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 18 27 37 0.51 0.27 0 0.85 211.58 0.35 0.11
Hex 12 1B 25 33 1B 0 55 D4 23 B
Octal 22 33 45 63 33 0 125 324 43 13
Binary 10010 11011 100101 110011 11011 0 1010101 11010100 100011 1011

Color Harmonies of #121B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B25

Black with #121B25

Text Example


Text Example

White with #121B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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