Html Css Color HEX #112528 Black Pearl

📋 copy color: '#112528'

red 17 ◦ green 37 ◦ blue 40

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

Shades of Black Pearl #112528

Tints of Black Pearl #112528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.36%

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

R = 18.09%
G = 39.36%
B = 42.55%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#112528 (or 0x112528) is known color: Black Pearl. HEX triplet: 11, 25 and 28. RGB value is (17,37,40). Sum of RGB (Red+Green+Blue) = 17+37+40=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: blue. Hex color #112528 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112528 is #EEDAD7. Grayscale: #1F1F1F. Windows color (decimal): -15653592 or 2630929. OLE color: 2630929.

HSL color Cylindrical-coordinate representation of color #112528: hue angle of 187.83º 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 #112528 is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 37 40 -
CMYK 0.57 0.07 0 0.84
HSL 187.83º 0.4% 0.11% -
HSV(B) 187.83º 0.58% 0.16% -
XYZ 1.28 1.6 2.25 -
YUV 31.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 17 37 40 0.57 0.07 0 0.84 187.83 0.4 0.11
Hex 11 25 28 39 7 0 54 BC 28 B
Octal 21 45 50 71 7 0 124 274 50 13
Binary 10001 100101 101000 111001 111 0 1010100 10111100 101000 1011

Color Harmonies of #112528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112528

Black with #112528

Text Example


Text Example

White with #112528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112528; }

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

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

background-color css

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

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

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

border-color css

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

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

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