Html Css Color HEX #112935 Black Pearl

📋 copy color: '#112935'

red 17 ◦ green 41 ◦ blue 53

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

Shades of Black Pearl #112935

Tints of Black Pearl #112935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 36.94%

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

R = 15.32%
G = 36.94%
B = 47.75%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#112935 (or 0x112935) is known color: Black Pearl. HEX triplet: 11, 29 and 35. RGB value is (17,41,53). Sum of RGB (Red+Green+Blue) = 17+41+53=111 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.32% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #112935 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112935 is #EED6CA. Grayscale: #232323. Windows color (decimal): -15652555 or 3483921. OLE color: 3483921.

HSL color Cylindrical-coordinate representation of color #112935: hue angle of 200º 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 #112935 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 17 41 53 -
CMYK 0.68 0.23 0 0.79
HSL 200º 0.51% 0.14% -
HSV(B) 200º 0.68% 0.21% -
XYZ 1.67 1.96 3.66 -
YUV 35.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 17 41 53 0.68 0.23 0 0.79 200 0.51 0.14
Hex 11 29 35 44 17 0 4F C8 33 E
Octal 21 51 65 104 27 0 117 310 63 16
Binary 10001 101001 110101 1000100 10111 0 1001111 11001000 110011 1110

Color Harmonies of #112935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112935

Black with #112935

Text Example


Text Example

White with #112935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112935; }

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

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

background-color css

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

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

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

border-color css

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

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

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