Html Css Color HEX #112735 Black Pearl

📋 copy color: '#112735'

red 17 ◦ green 39 ◦ blue 53

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

Shades of Black Pearl #112735

Tints of Black Pearl #112735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.78%

 BLUE value IS 53 (21.09% from 255) = 48.62%

R = 15.6%
G = 35.78%
B = 48.62%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112735 (or 0x112735) is known color: Black Pearl. HEX triplet: 11, 27 and 35. RGB value is (17,39,53). Sum of RGB (Red+Green+Blue) = 17+39+53=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #112735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112735 is #EED8CA. Grayscale: #212121. Windows color (decimal): -15653067 or 3483409. OLE color: 3483409.

HSL color Cylindrical-coordinate representation of color #112735: hue angle of 203.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #112735 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 39 53 -
CMYK 0.68 0.26 0 0.79
HSL 203.33º 0.51% 0.14% -
HSV(B) 203.33º 0.68% 0.21% -
XYZ 1.6 1.83 3.64 -
YUV 34.02 138.71 115.86 -
System Red Green Blue C M Y K H S L
Decimal 17 39 53 0.68 0.26 0 0.79 203.33 0.51 0.14
Hex 11 27 35 44 1A 0 4F CB 33 E
Octal 21 47 65 104 32 0 117 313 63 16
Binary 10001 100111 110101 1000100 11010 0 1001111 11001011 110011 1110

Color Harmonies of #112735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112735

Black with #112735

Text Example


Text Example

White with #112735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112735; }

 p { color: rgb(17,39,53); }

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

background-color css

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

 a { background-color: rgb(17,39,53); }

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

border-color css

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

 span { border-color: rgb(17,39,53); }

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