Html Css Color HEX #112334 Black Pearl

📋 copy color: '#112334'

red 17 ◦ green 35 ◦ blue 52

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

Shades of Black Pearl #112334

Tints of Black Pearl #112334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 50%

R = 16.35%
G = 33.65%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112334 (or 0x112334) is known color: Black Pearl. HEX triplet: 11, 23 and 34. RGB value is (17,35,52). Sum of RGB (Red+Green+Blue) = 17+35+52=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #112334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112334 is #EEDCCB. Grayscale: #1F1F1F. Windows color (decimal): -15654092 or 3416849. OLE color: 3416849.

HSL color Cylindrical-coordinate representation of color #112334: hue angle of 209.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112334 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 35 52 -
CMYK 0.67 0.33 0 0.80
HSL 209.14º 0.51% 0.14% -
HSV(B) 209.14º 0.67% 0.2% -
XYZ 1.45 1.57 3.48 -
YUV 31.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 17 35 52 0.67 0.33 0 0.80 209.14 0.51 0.14
Hex 11 23 34 43 21 0 50 D1 33 E
Octal 21 43 64 103 41 0 120 321 63 16
Binary 10001 100011 110100 1000011 100001 0 1010000 11010001 110011 1110

Color Harmonies of #112334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112334

Black with #112334

Text Example


Text Example

White with #112334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112334; }

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

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

background-color css

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

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

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

border-color css

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

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

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