Html Css Color HEX #001D28 Black Pearl

📋 copy color: '#001D28'

red 0 ◦ green 29 ◦ blue 40

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

Shades of Black Pearl #001D28

Tints of Black Pearl #001D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 42.03%

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

R = 0%
G = 42.03%
B = 57.97%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#001D28 (or 0x001D28) is known color: Black Pearl. HEX triplet: 00, 1D and 28. RGB value is (0,29,40). Sum of RGB (Red+Green+Blue) = 0+29+40=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 40 (16.02% from 255 or 57.97% from 69); Max value from RGB is 40 - color contains mainly: blue. Hex color #001D28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D28 is #FFE2D7. Grayscale: #151515. Windows color (decimal): -16769752 or 2628864. OLE color: 2628864.

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

Color convert

RGB 0 29 40 -
CMYK 1 0.28 0 0.84
HSL 196.5º 1% 0.08% -
HSV(B) 196.5º 1% 0.16% -
XYZ 0.82 1.03 2.16 -
YUV 21.58 138.39 112.61 -
System Red Green Blue C M Y K H S L
Decimal 0 29 40 1 0.28 0 0.84 196.5 1 0.08
Hex 0 1D 28 64 1C 0 54 C4 64 8
Octal 0 35 50 144 34 0 124 304 144 10
Binary 0 11101 101000 1100100 11100 0 1010100 11000100 1100100 1000

Color Harmonies of #001D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D28

Black with #001D28

Text Example


Text Example

White with #001D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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