Html Css Color HEX #00112D Black Pearl

📋 copy color: '#00112D'

red 0 ◦ green 17 ◦ blue 45

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

Shades of Black Pearl #00112D

Tints of Black Pearl #00112D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 27.42%

 BLUE value IS 45 (17.97% from 255) = 72.58%

R = 0%
G = 27.42%
B = 72.58%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00112D (or 0x00112D) is known color: Black Pearl. HEX triplet: 00, 11 and 2D. RGB value is (0,17,45). Sum of RGB (Red+Green+Blue) = 0+17+45=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 17 (7.03% from 255 or 27.42% from 62); Blue value is 45 (17.97% from 255 or 72.58% from 62); Max value from RGB is 45 - color contains mainly: blue. Hex color #00112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00112D is #FFEED2. Grayscale: #0E0E0E. Windows color (decimal): -16772819 or 2953472. OLE color: 2953472.

HSL color Cylindrical-coordinate representation of color #00112D: hue angle of 217.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00112D is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 17 45 -
CMYK 1 0.62 0 0.82
HSL 217.33º 1% 0.09% -
HSV(B) 217.33º 1% 0.18% -
XYZ 0.67 0.59 2.56 -
YUV 15.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 0 17 45 1 0.62 0 0.82 217.33 1 0.09
Hex 0 11 2D 64 3E 0 52 D9 64 9
Octal 0 21 55 144 76 0 122 331 144 11
Binary 0 10001 101101 1100100 111110 0 1010010 11011001 1100100 1001

Color Harmonies of #00112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00112D

Black with #00112D

Text Example


Text Example

White with #00112D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00112D; }

 p { color: rgb(0,17,45); }

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

background-color css

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

 a { background-color: rgb(0,17,45); }

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

border-color css

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

 span { border-color: rgb(0,17,45); }

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