Html Css Color HEX #122325 Black Pearl

📋 copy color: '#122325'

red 18 ◦ green 35 ◦ blue 37

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

Shades of Black Pearl #122325

Tints of Black Pearl #122325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.89%

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

R = 20%
G = 38.89%
B = 41.11%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#122325 (or 0x122325) is known color: Black Pearl. HEX triplet: 12, 23 and 25. RGB value is (18,35,37). Sum of RGB (Red+Green+Blue) = 18+35+37=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 35 (14.06% from 255 or 38.89% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #122325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122325 is #EDDCDA. Grayscale: #1E1E1E. Windows color (decimal): -15588571 or 2433810. OLE color: 2433810.

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

Color convert

RGB 18 35 37 -
CMYK 0.51 0.05 0 0.85
HSL 186.32º 0.35% 0.11% -
HSV(B) 186.32º 0.51% 0.15% -
XYZ 1.18 1.46 1.97 -
YUV 30.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 18 35 37 0.51 0.05 0 0.85 186.32 0.35 0.11
Hex 12 23 25 33 5 0 55 BA 23 B
Octal 22 43 45 63 5 0 125 272 43 13
Binary 10010 100011 100101 110011 101 0 1010101 10111010 100011 1011

Color Harmonies of #122325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122325

Black with #122325

Text Example


Text Example

White with #122325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122325; }

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

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

background-color css

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

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

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

border-color css

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

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

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