Html Css Color HEX #112025 Black Pearl

📋 copy color: '#112025'

red 17 ◦ green 32 ◦ blue 37

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

Shades of Black Pearl #112025

Tints of Black Pearl #112025

RGB

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

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

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

R = 19.77%
G = 37.21%
B = 43.02%

CMYK

 C value IS 0.54

 M value IS 0.14

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112025 (or 0x112025) is known color: Black Pearl. HEX triplet: 11, 20 and 25. RGB value is (17,32,37). Sum of RGB (Red+Green+Blue) = 17+32+37=86 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.77% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #112025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112025 is #EEDFDA. Grayscale: #1C1C1C. Windows color (decimal): -15654875 or 2433041. OLE color: 2433041.

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

Color convert

RGB 17 32 37 -
CMYK 0.54 0.14 0 0.85
HSL 195º 0.37% 0.11% -
HSV(B) 195º 0.54% 0.15% -
XYZ 1.08 1.29 1.94 -
YUV 28.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 17 32 37 0.54 0.14 0 0.85 195 0.37 0.11
Hex 11 20 25 36 E 0 55 C3 25 B
Octal 21 40 45 66 16 0 125 303 45 13
Binary 10001 100000 100101 110110 1110 0 1010101 11000011 100101 1011

Color Harmonies of #112025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112025

Black with #112025

Text Example


Text Example

White with #112025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112025; }

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

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

background-color css

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

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

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

border-color css

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

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

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