Html Css Color HEX #112225 Black Pearl

📋 copy color: '#112225'

red 17 ◦ green 34 ◦ blue 37

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

Shades of Black Pearl #112225

Tints of Black Pearl #112225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.64%

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

R = 19.32%
G = 38.64%
B = 42.05%

CMYK

 C value IS 0.54

 M value IS 0.08

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112225 (or 0x112225) is known color: Black Pearl. HEX triplet: 11, 22 and 25. RGB value is (17,34,37). Sum of RGB (Red+Green+Blue) = 17+34+37=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 34 (13.67% from 255 or 38.64% 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 #112225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112225 is #EEDDDA. Grayscale: #1D1D1D. Windows color (decimal): -15654363 or 2433553. OLE color: 2433553.

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

Color convert

RGB 17 34 37 -
CMYK 0.54 0.08 0 0.85
HSL 189º 0.37% 0.11% -
HSV(B) 189º 0.54% 0.15% -
XYZ 1.14 1.4 1.96 -
YUV 29.26 132.37 119.26 -
System Red Green Blue C M Y K H S L
Decimal 17 34 37 0.54 0.08 0 0.85 189 0.37 0.11
Hex 11 22 25 36 8 0 55 BD 25 B
Octal 21 42 45 66 10 0 125 275 45 13
Binary 10001 100010 100101 110110 1000 0 1010101 10111101 100101 1011

Color Harmonies of #112225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112225

Black with #112225

Text Example


Text Example

White with #112225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112225; }

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

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

background-color css

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

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

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

border-color css

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

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

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