Html Css Color HEX #112228 Black Pearl

📋 copy color: '#112228'

red 17 ◦ green 34 ◦ blue 40

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

Shades of Black Pearl #112228

Tints of Black Pearl #112228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 43.96%

R = 18.68%
G = 37.36%
B = 43.96%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#112228 (or 0x112228) is known color: Black Pearl. HEX triplet: 11, 22 and 28. RGB value is (17,34,40). Sum of RGB (Red+Green+Blue) = 17+34+40=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 34 (13.67% from 255 or 37.36% from 91); Blue value is 40 (16.02% from 255 or 43.96% from 91); Max value from RGB is 40 - color contains mainly: blue. Hex color #112228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112228 is #EEDDD7. Grayscale: #1D1D1D. Windows color (decimal): -15654360 or 2630161. OLE color: 2630161.

HSL color Cylindrical-coordinate representation of color #112228: hue angle of 195.65º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112228 is Cyan = 0.57, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 34 40 -
CMYK 0.57 0.15 0 0.84
HSL 195.65º 0.4% 0.11% -
HSV(B) 195.65º 0.58% 0.16% -
XYZ 1.19 1.42 2.22 -
YUV 29.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 17 34 40 0.57 0.15 0 0.84 195.65 0.4 0.11
Hex 11 22 28 39 F 0 54 C4 28 B
Octal 21 42 50 71 17 0 124 304 50 13
Binary 10001 100010 101000 111001 1111 0 1010100 11000100 101000 1011

Color Harmonies of #112228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112228

Black with #112228

Text Example


Text Example

White with #112228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112228; }

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

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

background-color css

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

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

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

border-color css

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

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

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