Html Css Color HEX #112325 Black Pearl

📋 copy color: '#112325'

red 17 ◦ green 35 ◦ blue 37

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

Shades of Black Pearl #112325

Tints of Black Pearl #112325

RGB

 RED value IS 17 (7.03% from 255) = 19.1%

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

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

R = 19.1%
G = 39.33%
B = 41.57%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112325 (or 0x112325) is known color: Black Pearl. HEX triplet: 11, 23 and 25. RGB value is (17,35,37). Sum of RGB (Red+Green+Blue) = 17+35+37=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 37 (14.84% from 255 or 41.57% from 89); Max value from RGB is 37 - color contains mainly: blue. Hex color #112325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112325 is #EEDCDA. Grayscale: #1D1D1D. Windows color (decimal): -15654107 or 2433809. OLE color: 2433809.

HSL color Cylindrical-coordinate representation of color #112325: hue angle of 186º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112325 is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 35 37 -
CMYK 0.54 0.05 0 0.85
HSL 186º 0.37% 0.11% -
HSV(B) 186º 0.54% 0.15% -
XYZ 1.17 1.45 1.97 -
YUV 29.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 17 35 37 0.54 0.05 0 0.85 186 0.37 0.11
Hex 11 23 25 36 5 0 55 BA 25 B
Octal 21 43 45 66 5 0 125 272 45 13
Binary 10001 100011 100101 110110 101 0 1010101 10111010 100101 1011

Color Harmonies of #112325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112325

Black with #112325

Text Example


Text Example

White with #112325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112325; }

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

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

background-color css

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

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

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

border-color css

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

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

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