Html Css Color HEX #112730 Black Pearl

📋 copy color: '#112730'

red 17 ◦ green 39 ◦ blue 48

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

Shades of Black Pearl #112730

Tints of Black Pearl #112730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 46.15%

R = 16.35%
G = 37.5%
B = 46.15%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112730 (or 0x112730) is known color: Black Pearl. HEX triplet: 11, 27 and 30. RGB value is (17,39,48). Sum of RGB (Red+Green+Blue) = 17+39+48=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #112730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112730 is #EED8CF. Grayscale: #212121. Windows color (decimal): -15653072 or 3155729. OLE color: 3155729.

HSL color Cylindrical-coordinate representation of color #112730: hue angle of 197.42º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112730 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 39 48 -
CMYK 0.65 0.19 0 0.81
HSL 197.42º 0.48% 0.13% -
HSV(B) 197.42º 0.65% 0.19% -
XYZ 1.49 1.78 3.06 -
YUV 33.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 17 39 48 0.65 0.19 0 0.81 197.42 0.48 0.13
Hex 11 27 30 41 13 0 51 C5 30 D
Octal 21 47 60 101 23 0 121 305 60 15
Binary 10001 100111 110000 1000001 10011 0 1010001 11000101 110000 1101

Color Harmonies of #112730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112730

Black with #112730

Text Example


Text Example

White with #112730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112730; }

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

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

background-color css

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

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

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

border-color css

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

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

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