Html Css Color HEX #00111A Black Pearl

📋 copy color: '#00111A'

red 0 ◦ green 17 ◦ blue 26

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

Shades of Black Pearl #00111A

Tints of Black Pearl #00111A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 60.47%

R = 0%
G = 39.53%
B = 60.47%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00111A (or 0x00111A) is known color: Black Pearl. HEX triplet: 00, 11 and 1A. RGB value is (0,17,26). Sum of RGB (Red+Green+Blue) = 0+17+26=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #00111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111A is #FFEEE5. Grayscale: #0C0C0C. Windows color (decimal): -16772838 or 1708288. OLE color: 1708288.

HSL color Cylindrical-coordinate representation of color #00111A: hue angle of 200.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00111A is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 17 26 -
CMYK 1 0.35 0 0.90
HSL 200.77º 1% 0.05% -
HSV(B) 200.77º 1% 0.1% -
XYZ 0.39 0.48 1.05 -
YUV 12.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 0 17 26 1 0.35 0 0.90 200.77 1 0.05
Hex 0 11 1A 64 23 0 5A C9 64 5
Octal 0 21 32 144 43 0 132 311 144 5
Binary 0 10001 11010 1100100 100011 0 1011010 11001001 1100100 101

Color Harmonies of #00111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00111A

Black with #00111A

Text Example


Text Example

White with #00111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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