Html Css Color HEX #001628 Black Pearl

📋 copy color: '#001628'

red 0 ◦ green 22 ◦ blue 40

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

Shades of Black Pearl #001628

Tints of Black Pearl #001628

RGB

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

 GREEN value IS 22 (8.98% from 255) = 35.48%

 BLUE value IS 40 (16.02% from 255) = 64.52%

R = 0%
G = 35.48%
B = 64.52%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001628 (or 0x001628) is known color: Black Pearl. HEX triplet: 00, 16 and 28. RGB value is (0,22,40). Sum of RGB (Red+Green+Blue) = 0+22+40=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 22 (8.98% from 255 or 35.48% from 62); Blue value is 40 (16.02% from 255 or 64.52% from 62); Max value from RGB is 40 - color contains mainly: blue. Hex color #001628 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001628 is #FFE9D7. Grayscale: #111111. Windows color (decimal): -16771544 or 2627072. OLE color: 2627072.

HSL color Cylindrical-coordinate representation of color #001628: hue angle of 207º 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 #001628 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 22 40 -
CMYK 1 0.45 0 0.84
HSL 207º 1% 0.08% -
HSV(B) 207º 1% 0.16% -
XYZ 0.67 0.73 2.11 -
YUV 17.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 0 22 40 1 0.45 0 0.84 207 1 0.08
Hex 0 16 28 64 2D 0 54 CF 64 8
Octal 0 26 50 144 55 0 124 317 144 10
Binary 0 10110 101000 1100100 101101 0 1010100 11001111 1100100 1000

Color Harmonies of #001628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001628

Black with #001628

Text Example


Text Example

White with #001628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001628; }

 p { color: rgb(0,22,40); }

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

background-color css

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

 a { background-color: rgb(0,22,40); }

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

border-color css

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

 span { border-color: rgb(0,22,40); }

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