Html Css Color HEX #112330 Black Pearl

📋 copy color: '#112330'

red 17 ◦ green 35 ◦ blue 48

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

Shades of Black Pearl #112330

Tints of Black Pearl #112330

RGB

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

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

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

R = 17%
G = 35%
B = 48%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112330 (or 0x112330) is known color: Black Pearl. HEX triplet: 11, 23 and 30. RGB value is (17,35,48). Sum of RGB (Red+Green+Blue) = 17+35+48=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 48 (19.14% from 255 or 48% from 100); Max value from RGB is 48 - color contains mainly: blue. Hex color #112330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112330 is #EEDCCF. Grayscale: #1F1F1F. Windows color (decimal): -15654096 or 3154705. OLE color: 3154705.

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

Color convert

RGB 17 35 48 -
CMYK 0.65 0.27 0 0.81
HSL 205.16º 0.48% 0.13% -
HSV(B) 205.16º 0.65% 0.19% -
XYZ 1.37 1.53 3.02 -
YUV 31.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 17 35 48 0.65 0.27 0 0.81 205.16 0.48 0.13
Hex 11 23 30 41 1B 0 51 CD 30 D
Octal 21 43 60 101 33 0 121 315 60 15
Binary 10001 100011 110000 1000001 11011 0 1010001 11001101 110000 1101

Color Harmonies of #112330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112330

Black with #112330

Text Example


Text Example

White with #112330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112330; }

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

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

background-color css

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

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

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

border-color css

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

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

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