Html Css Color HEX #112130 Black Pearl

📋 copy color: '#112130'

red 17 ◦ green 33 ◦ blue 48

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

Shades of Black Pearl #112130

Tints of Black Pearl #112130

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33.67%

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

R = 17.35%
G = 33.67%
B = 48.98%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112130 (or 0x112130) is known color: Black Pearl. HEX triplet: 11, 21 and 30. RGB value is (17,33,48). Sum of RGB (Red+Green+Blue) = 17+33+48=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #112130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112130 is #EEDECF. Grayscale: #1D1D1D. Windows color (decimal): -15654608 or 3154193. OLE color: 3154193.

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

Color convert

RGB 17 33 48 -
CMYK 0.65 0.31 0 0.81
HSL 209.03º 0.48% 0.13% -
HSV(B) 209.03º 0.65% 0.19% -
XYZ 1.31 1.42 3 -
YUV 29.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 17 33 48 0.65 0.31 0 0.81 209.03 0.48 0.13
Hex 11 21 30 41 1F 0 51 D1 30 D
Octal 21 41 60 101 37 0 121 321 60 15
Binary 10001 100001 110000 1000001 11111 0 1010001 11010001 110000 1101

Color Harmonies of #112130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112130

Black with #112130

Text Example


Text Example

White with #112130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112130; }

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

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

background-color css

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

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

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

border-color css

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

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

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