Html Css Color HEX #112432 Black Pearl

📋 copy color: '#112432'

red 17 ◦ green 36 ◦ blue 50

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

Shades of Black Pearl #112432

Tints of Black Pearl #112432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.95%

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

R = 16.5%
G = 34.95%
B = 48.54%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112432 (or 0x112432) is known color: Black Pearl. HEX triplet: 11, 24 and 32. RGB value is (17,36,50). Sum of RGB (Red+Green+Blue) = 17+36+50=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #112432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112432 is #EEDBCD. Grayscale: #1F1F1F. Windows color (decimal): -15653838 or 3286033. OLE color: 3286033.

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

Color convert

RGB 17 36 50 -
CMYK 0.66 0.28 0 0.80
HSL 205.45º 0.49% 0.13% -
HSV(B) 205.45º 0.66% 0.2% -
XYZ 1.44 1.61 3.25 -
YUV 31.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 17 36 50 0.66 0.28 0 0.80 205.45 0.49 0.13
Hex 11 24 32 42 1C 0 50 CD 31 D
Octal 21 44 62 102 34 0 120 315 61 15
Binary 10001 100100 110010 1000010 11100 0 1010000 11001101 110001 1101

Color Harmonies of #112432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112432

Black with #112432

Text Example


Text Example

White with #112432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112432; }

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

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

background-color css

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

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

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

border-color css

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

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

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