Html Css Color HEX #112634 Black Pearl

📋 copy color: '#112634'

red 17 ◦ green 38 ◦ blue 52

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

Shades of Black Pearl #112634

Tints of Black Pearl #112634

RGB

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

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

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

R = 15.89%
G = 35.51%
B = 48.6%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112634 (or 0x112634) is known color: Black Pearl. HEX triplet: 11, 26 and 34. RGB value is (17,38,52). Sum of RGB (Red+Green+Blue) = 17+38+52=107 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.89% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 52 (20.70% from 255 or 48.60% from 107); Max value from RGB is 52 - color contains mainly: blue. Hex color #112634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112634 is #EED9CB. Grayscale: #212121. Windows color (decimal): -15653324 or 3417617. OLE color: 3417617.

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

Color convert

RGB 17 38 52 -
CMYK 0.67 0.27 0 0.80
HSL 204º 0.51% 0.14% -
HSV(B) 204º 0.67% 0.2% -
XYZ 1.54 1.75 3.51 -
YUV 33.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 17 38 52 0.67 0.27 0 0.80 204 0.51 0.14
Hex 11 26 34 43 1B 0 50 CC 33 E
Octal 21 46 64 103 33 0 120 314 63 16
Binary 10001 100110 110100 1000011 11011 0 1010000 11001100 110011 1110

Color Harmonies of #112634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112634

Black with #112634

Text Example


Text Example

White with #112634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112634; }

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

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

background-color css

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

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

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

border-color css

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

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

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