Html Css Color HEX #11252C Black Pearl

📋 copy color: '#11252C'

red 17 ◦ green 37 ◦ blue 44

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

Shades of Black Pearl #11252C

Tints of Black Pearl #11252C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.76%

 BLUE value IS 44 (17.58% from 255) = 44.9%

R = 17.35%
G = 37.76%
B = 44.9%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11252C (or 0x11252C) is known color: Black Pearl. HEX triplet: 11, 25 and 2C. RGB value is (17,37,44). Sum of RGB (Red+Green+Blue) = 17+37+44=98 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.35% from 98); Green value is 37 (14.84% from 255 or 37.76% from 98); Blue value is 44 (17.58% from 255 or 44.90% from 98); Max value from RGB is 44 - color contains mainly: blue. Hex color #11252C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11252C is #EEDAD3. Grayscale: #1F1F1F. Windows color (decimal): -15653588 or 2893073. OLE color: 2893073.

HSL color Cylindrical-coordinate representation of color #11252C: hue angle of 195.56º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11252C is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 37 44 -
CMYK 0.61 0.16 0 0.83
HSL 195.56º 0.44% 0.12% -
HSV(B) 195.56º 0.61% 0.17% -
XYZ 1.35 1.62 2.63 -
YUV 31.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 17 37 44 0.61 0.16 0 0.83 195.56 0.44 0.12
Hex 11 25 2C 3D 10 0 53 C4 2C C
Octal 21 45 54 75 20 0 123 304 54 14
Binary 10001 100101 101100 111101 10000 0 1010011 11000100 101100 1100

Color Harmonies of #11252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11252C

Black with #11252C

Text Example


Text Example

White with #11252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11252C; }

 p { color: rgb(17,37,44); }

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

background-color css

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

 a { background-color: rgb(17,37,44); }

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

border-color css

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

 span { border-color: rgb(17,37,44); }

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