Html Css Color HEX #001D38 Black Pearl

📋 copy color: '#001D38'

red 0 ◦ green 29 ◦ blue 56

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

Shades of Black Pearl #001D38

Tints of Black Pearl #001D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 65.88%

R = 0%
G = 34.12%
B = 65.88%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001D38 (or 0x001D38) is known color: Black Pearl. HEX triplet: 00, 1D and 38. RGB value is (0,29,56). Sum of RGB (Red+Green+Blue) = 0+29+56=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #001D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D38 is #FFE2C7. Grayscale: #171717. Windows color (decimal): -16769736 or 3677440. OLE color: 3677440.

HSL color Cylindrical-coordinate representation of color #001D38: hue angle of 208.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D38 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 29 56 -
CMYK 1 0.48 0 0.78
HSL 208.93º 1% 0.11% -
HSV(B) 208.93º 1% 0.22% -
XYZ 1.15 1.16 3.91 -
YUV 23.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 0 29 56 1 0.48 0 0.78 208.93 1 0.11
Hex 0 1D 38 64 30 0 4E D1 64 B
Octal 0 35 70 144 60 0 116 321 144 13
Binary 0 11101 111000 1100100 110000 0 1001110 11010001 1100100 1011

Color Harmonies of #001D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D38

Black with #001D38

Text Example


Text Example

White with #001D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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