Html Css Color HEX #00121D Black Pearl

📋 copy color: '#00121D'

red 0 ◦ green 18 ◦ blue 29

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

Shades of Black Pearl #00121D

Tints of Black Pearl #00121D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

 BLUE value IS 29 (11.72% from 255) = 61.7%

R = 0%
G = 38.3%
B = 61.7%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00121D (or 0x00121D) is known color: Black Pearl. HEX triplet: 00, 12 and 1D. RGB value is (0,18,29). Sum of RGB (Red+Green+Blue) = 0+18+29=47 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 29 (11.72% from 255 or 61.70% from 47); Max value from RGB is 29 - color contains mainly: blue. Hex color #00121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00121D is #FFEDE2. Grayscale: #0D0D0D. Windows color (decimal): -16772579 or 1905152. OLE color: 1905152.

HSL color Cylindrical-coordinate representation of color #00121D: hue angle of 202.76º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00121D is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 18 29 -
CMYK 1 0.38 0 0.89
HSL 202.76º 1% 0.06% -
HSV(B) 202.76º 1% 0.11% -
XYZ 0.44 0.52 1.24 -
YUV 13.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 0 18 29 1 0.38 0 0.89 202.76 1 0.06
Hex 0 12 1D 64 26 0 59 CB 64 6
Octal 0 22 35 144 46 0 131 313 144 6
Binary 0 10010 11101 1100100 100110 0 1011001 11001011 1100100 110

Color Harmonies of #00121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00121D

Black with #00121D

Text Example


Text Example

White with #00121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,18,29); }

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

background-color css

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

 a { background-color: rgb(0,18,29); }

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

border-color css

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

 span { border-color: rgb(0,18,29); }

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