Html Css Color HEX #11232A Black Pearl

📋 copy color: '#11232A'

red 17 ◦ green 35 ◦ blue 42

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

Shades of Black Pearl #11232A

Tints of Black Pearl #11232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 44.68%

R = 18.09%
G = 37.23%
B = 44.68%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#11232A (or 0x11232A) is known color: Black Pearl. HEX triplet: 11, 23 and 2A. RGB value is (17,35,42). Sum of RGB (Red+Green+Blue) = 17+35+42=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #11232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11232A is #EEDCD5. Grayscale: #1E1E1E. Windows color (decimal): -15654102 or 2761489. OLE color: 2761489.

HSL color Cylindrical-coordinate representation of color #11232A: hue angle of 196.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11232A is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 35 42 -
CMYK 0.60 0.17 0 0.84
HSL 196.8º 0.42% 0.12% -
HSV(B) 196.8º 0.6% 0.16% -
XYZ 1.25 1.49 2.41 -
YUV 30.42 134.54 118.43 -
System Red Green Blue C M Y K H S L
Decimal 17 35 42 0.60 0.17 0 0.84 196.8 0.42 0.12
Hex 11 23 2A 3C 11 0 54 C5 2A C
Octal 21 43 52 74 21 0 124 305 52 14
Binary 10001 100011 101010 111100 10001 0 1010100 11000101 101010 1100

Color Harmonies of #11232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11232A

Black with #11232A

Text Example


Text Example

White with #11232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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