Html Css Color HEX #112327 Black Pearl

📋 copy color: '#112327'

red 17 ◦ green 35 ◦ blue 39

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

Shades of Black Pearl #112327

Tints of Black Pearl #112327

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.46%

 BLUE value IS 39 (15.63% from 255) = 42.86%

R = 18.68%
G = 38.46%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112327 (or 0x112327) is known color: Black Pearl. HEX triplet: 11, 23 and 27. RGB value is (17,35,39). Sum of RGB (Red+Green+Blue) = 17+35+39=91 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.68% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 39 (15.62% from 255 or 42.86% from 91); Max value from RGB is 39 - color contains mainly: blue. Hex color #112327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112327 is #EEDCD8. Grayscale: #1E1E1E. Windows color (decimal): -15654105 or 2564881. OLE color: 2564881.

HSL color Cylindrical-coordinate representation of color #112327: hue angle of 190.91º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #112327 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 35 39 -
CMYK 0.56 0.10 0 0.85
HSL 190.91º 0.39% 0.11% -
HSV(B) 190.91º 0.56% 0.15% -
XYZ 1.2 1.47 2.14 -
YUV 30.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 17 35 39 0.56 0.10 0 0.85 190.91 0.39 0.11
Hex 11 23 27 38 A 0 55 BF 27 B
Octal 21 43 47 70 12 0 125 277 47 13
Binary 10001 100011 100111 111000 1010 0 1010101 10111111 100111 1011

Color Harmonies of #112327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112327

Black with #112327

Text Example


Text Example

White with #112327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112327; }

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

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

background-color css

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

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

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

border-color css

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

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

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