Html Css Color HEX #122125 Black Pearl

📋 copy color: '#122125'

red 18 ◦ green 33 ◦ blue 37

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

Shades of Black Pearl #122125

Tints of Black Pearl #122125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.5%

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

R = 20.45%
G = 37.5%
B = 42.05%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#122125 (or 0x122125) is known color: Black Pearl. HEX triplet: 12, 21 and 25. RGB value is (18,33,37). Sum of RGB (Red+Green+Blue) = 18+33+37=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 37 (14.84% from 255 or 42.05% from 88); Max value from RGB is 37 - color contains mainly: blue. Hex color #122125 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122125 is #EDDEDA. Grayscale: #1C1C1C. Windows color (decimal): -15589083 or 2433298. OLE color: 2433298.

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

Color convert

RGB 18 33 37 -
CMYK 0.51 0.11 0 0.85
HSL 192.63º 0.35% 0.11% -
HSV(B) 192.63º 0.51% 0.15% -
XYZ 1.13 1.35 1.95 -
YUV 28.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 18 33 37 0.51 0.11 0 0.85 192.63 0.35 0.11
Hex 12 21 25 33 B 0 55 C1 23 B
Octal 22 41 45 63 13 0 125 301 43 13
Binary 10010 100001 100101 110011 1011 0 1010101 11000001 100011 1011

Color Harmonies of #122125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122125

Black with #122125

Text Example


Text Example

White with #122125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122125; }

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

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

background-color css

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

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

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

border-color css

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

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

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