Html Css Color HEX #002629 Black Pearl

📋 copy color: '#002629'

red 0 ◦ green 38 ◦ blue 41

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

Shades of Black Pearl #002629

Tints of Black Pearl #002629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

 BLUE value IS 41 (16.41% from 255) = 51.9%

R = 0%
G = 48.1%
B = 51.9%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#002629 (or 0x002629) is known color: Black Pearl. HEX triplet: 00, 26 and 29. RGB value is (0,38,41). Sum of RGB (Red+Green+Blue) = 0+38+41=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 41 (16.41% from 255 or 51.90% from 79); Max value from RGB is 41 - color contains mainly: blue. Hex color #002629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002629 is #FFD9D6. Grayscale: #1A1A1A. Windows color (decimal): -16767447 or 2696704. OLE color: 2696704.

HSL color Cylindrical-coordinate representation of color #002629: hue angle of 184.39º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002629 is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 38 41 -
CMYK 1 0.07 0 0.84
HSL 184.39º 1% 0.08% -
HSV(B) 184.39º 1% 0.16% -
XYZ 1.09 1.55 2.34 -
YUV 26.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 0 38 41 1 0.07 0 0.84 184.39 1 0.08
Hex 0 26 29 64 7 0 54 B8 64 8
Octal 0 46 51 144 7 0 124 270 144 10
Binary 0 100110 101001 1100100 111 0 1010100 10111000 1100100 1000

Color Harmonies of #002629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002629

Black with #002629

Text Example


Text Example

White with #002629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002629; }

 p { color: rgb(0,38,41); }

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

background-color css

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

 a { background-color: rgb(0,38,41); }

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

border-color css

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

 span { border-color: rgb(0,38,41); }

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