Html Css Color HEX #112834 Black Pearl

📋 copy color: '#112834'

red 17 ◦ green 40 ◦ blue 52

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

Shades of Black Pearl #112834

Tints of Black Pearl #112834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 36.7%

 BLUE value IS 52 (20.7% from 255) = 47.71%

R = 15.6%
G = 36.7%
B = 47.71%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112834 (or 0x112834) is known color: Black Pearl. HEX triplet: 11, 28 and 34. RGB value is (17,40,52). Sum of RGB (Red+Green+Blue) = 17+40+52=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 40 (16.02% from 255 or 36.70% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #112834 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112834 is #EED7CB. Grayscale: #222222. Windows color (decimal): -15652812 or 3418129. OLE color: 3418129.

HSL color Cylindrical-coordinate representation of color #112834: hue angle of 200.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112834 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 40 52 -
CMYK 0.67 0.23 0 0.80
HSL 200.57º 0.51% 0.14% -
HSV(B) 200.57º 0.67% 0.2% -
XYZ 1.61 1.88 3.53 -
YUV 34.49 137.88 115.52 -
System Red Green Blue C M Y K H S L
Decimal 17 40 52 0.67 0.23 0 0.80 200.57 0.51 0.14
Hex 11 28 34 43 17 0 50 C9 33 E
Octal 21 50 64 103 27 0 120 311 63 16
Binary 10001 101000 110100 1000011 10111 0 1010000 11001001 110011 1110

Color Harmonies of #112834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112834

Black with #112834

Text Example


Text Example

White with #112834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112834; }

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

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

background-color css

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

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

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

border-color css

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

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

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