Html Css Color HEX #122025 Black Pearl

📋 copy color: '#122025'

red 18 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #122025

Tints of Black Pearl #122025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

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

R = 20.69%
G = 36.78%
B = 42.53%

CMYK

 C value IS 0.51

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#122025 (or 0x122025) is known color: Black Pearl. HEX triplet: 12, 20 and 25. RGB value is (18,32,37). Sum of RGB (Red+Green+Blue) = 18+32+37=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #122025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122025 is #EDDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15589339 or 2433042. OLE color: 2433042.

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

Color convert

RGB 18 32 37 -
CMYK 0.51 0.14 0 0.85
HSL 195.79º 0.35% 0.11% -
HSV(B) 195.79º 0.51% 0.15% -
XYZ 1.1 1.3 1.94 -
YUV 28.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 18 32 37 0.51 0.14 0 0.85 195.79 0.35 0.11
Hex 12 20 25 33 E 0 55 C4 23 B
Octal 22 40 45 63 16 0 125 304 43 13
Binary 10010 100000 100101 110011 1110 0 1010101 11000100 100011 1011

Color Harmonies of #122025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122025

Black with #122025

Text Example


Text Example

White with #122025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122025; }

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

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

background-color css

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

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

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

border-color css

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

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

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