Html Css Color HEX #112B30 Black Pearl

📋 copy color: '#112B30'

red 17 ◦ green 43 ◦ blue 48

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

Shades of Black Pearl #112B30

Tints of Black Pearl #112B30

RGB

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

 GREEN value IS 43 (17.19% from 255) = 39.81%

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

R = 15.74%
G = 39.81%
B = 44.44%

CMYK

 C value IS 0.65

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112B30 (or 0x112B30) is known color: Black Pearl. HEX triplet: 11, 2B and 30. RGB value is (17,43,48). Sum of RGB (Red+Green+Blue) = 17+43+48=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #112B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112B30 is #EED4CF. Grayscale: #232323. Windows color (decimal): -15652048 or 3156753. OLE color: 3156753.

HSL color Cylindrical-coordinate representation of color #112B30: hue angle of 189.68º 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 #112B30 is Cyan = 0.65, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 43 48 -
CMYK 0.65 0.10 0 0.81
HSL 189.68º 0.48% 0.13% -
HSV(B) 189.68º 0.65% 0.19% -
XYZ 1.63 2.06 3.11 -
YUV 35.8 134.89 114.59 -
System Red Green Blue C M Y K H S L
Decimal 17 43 48 0.65 0.10 0 0.81 189.68 0.48 0.13
Hex 11 2B 30 41 A 0 51 BE 30 D
Octal 21 53 60 101 12 0 121 276 60 15
Binary 10001 101011 110000 1000001 1010 0 1010001 10111110 110000 1101

Color Harmonies of #112B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112B30

Black with #112B30

Text Example


Text Example

White with #112B30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112B30; }

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

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

background-color css

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

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

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

border-color css

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

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

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