Html Css Color HEX #112632 Black Pearl

📋 copy color: '#112632'

red 17 ◦ green 38 ◦ blue 50

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

Shades of Black Pearl #112632

Tints of Black Pearl #112632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.19%

 BLUE value IS 50 (19.92% from 255) = 47.62%

R = 16.19%
G = 36.19%
B = 47.62%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112632 (or 0x112632) is known color: Black Pearl. HEX triplet: 11, 26 and 32. RGB value is (17,38,50). Sum of RGB (Red+Green+Blue) = 17+38+50=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #112632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112632 is #EED9CD. Grayscale: #212121. Windows color (decimal): -15653326 or 3286545. OLE color: 3286545.

HSL color Cylindrical-coordinate representation of color #112632: hue angle of 201.82º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112632 is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 38 50 -
CMYK 0.66 0.24 0 0.80
HSL 201.82º 0.49% 0.13% -
HSV(B) 201.82º 0.66% 0.2% -
XYZ 1.5 1.74 3.27 -
YUV 33.09 137.54 116.52 -
System Red Green Blue C M Y K H S L
Decimal 17 38 50 0.66 0.24 0 0.80 201.82 0.49 0.13
Hex 11 26 32 42 18 0 50 CA 31 D
Octal 21 46 62 102 30 0 120 312 61 15
Binary 10001 100110 110010 1000010 11000 0 1010000 11001010 110001 1101

Color Harmonies of #112632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112632

Black with #112632

Text Example


Text Example

White with #112632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112632; }

 p { color: rgb(17,38,50); }

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

background-color css

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

 a { background-color: rgb(17,38,50); }

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

border-color css

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

 span { border-color: rgb(17,38,50); }

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