Html Css Color HEX #00151D Black Pearl

📋 copy color: '#00151D'

red 0 ◦ green 21 ◦ blue 29

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

Shades of Black Pearl #00151D

Tints of Black Pearl #00151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

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

R = 0%
G = 42%
B = 58%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00151D (or 0x00151D) is known color: Black Pearl. HEX triplet: 00, 15 and 1D. RGB value is (0,21,29). Sum of RGB (Red+Green+Blue) = 0+21+29=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 29 (11.72% from 255 or 58% from 50); Max value from RGB is 29 - color contains mainly: blue. Hex color #00151D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00151D is #FFEAE2. Grayscale: #0F0F0F. Windows color (decimal): -16771811 or 1905920. OLE color: 1905920.

HSL color Cylindrical-coordinate representation of color #00151D: hue angle of 196.55º 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 #00151D is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 21 29 -
CMYK 1 0.28 0 0.89
HSL 196.55º 1% 0.06% -
HSV(B) 196.55º 1% 0.11% -
XYZ 0.49 0.63 1.26 -
YUV 15.63 135.54 116.85 -
System Red Green Blue C M Y K H S L
Decimal 0 21 29 1 0.28 0 0.89 196.55 1 0.06
Hex 0 15 1D 64 1C 0 59 C5 64 6
Octal 0 25 35 144 34 0 131 305 144 6
Binary 0 10101 11101 1100100 11100 0 1011001 11000101 1100100 110

Color Harmonies of #00151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00151D

Black with #00151D

Text Example


Text Example

White with #00151D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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