Html Css Color HEX #112232 Black Pearl

📋 copy color: '#112232'

red 17 ◦ green 34 ◦ blue 50

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

Shades of Black Pearl #112232

Tints of Black Pearl #112232

RGB

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

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

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

R = 16.83%
G = 33.66%
B = 49.5%

CMYK

 C value IS 0.66

 M value IS 0.32

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112232 (or 0x112232) is known color: Black Pearl. HEX triplet: 11, 22 and 32. RGB value is (17,34,50). Sum of RGB (Red+Green+Blue) = 17+34+50=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #112232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112232 is #EEDDCD. Grayscale: #1E1E1E. Windows color (decimal): -15654350 or 3285521. OLE color: 3285521.

HSL color Cylindrical-coordinate representation of color #112232: hue angle of 209.09º 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 #112232 is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 34 50 -
CMYK 0.66 0.32 0 0.80
HSL 209.09º 0.49% 0.13% -
HSV(B) 209.09º 0.66% 0.2% -
XYZ 1.38 1.49 3.23 -
YUV 30.74 138.87 118.2 -
System Red Green Blue C M Y K H S L
Decimal 17 34 50 0.66 0.32 0 0.80 209.09 0.49 0.13
Hex 11 22 32 42 20 0 50 D1 31 D
Octal 21 42 62 102 40 0 120 321 61 15
Binary 10001 100010 110010 1000010 100000 0 1010000 11010001 110001 1101

Color Harmonies of #112232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112232

Black with #112232

Text Example


Text Example

White with #112232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112232; }

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

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

background-color css

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

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

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

border-color css

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

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

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