Html Css Color HEX #001D37 Black Pearl

📋 copy color: '#001D37'

red 0 ◦ green 29 ◦ blue 55

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

Shades of Black Pearl #001D37

Tints of Black Pearl #001D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 65.48%

R = 0%
G = 34.52%
B = 65.48%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001D37 (or 0x001D37) is known color: Black Pearl. HEX triplet: 00, 1D and 37. RGB value is (0,29,55). Sum of RGB (Red+Green+Blue) = 0+29+55=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #001D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D37 is #FFE2C8. Grayscale: #171717. Windows color (decimal): -16769737 or 3611904. OLE color: 3611904.

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

Color convert

RGB 0 29 55 -
CMYK 1 0.47 0 0.78
HSL 208.36º 1% 0.11% -
HSV(B) 208.36º 1% 0.22% -
XYZ 1.13 1.15 3.78 -
YUV 23.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 0 29 55 1 0.47 0 0.78 208.36 1 0.11
Hex 0 1D 37 64 2F 0 4E D0 64 B
Octal 0 35 67 144 57 0 116 320 144 13
Binary 0 11101 110111 1100100 101111 0 1001110 11010000 1100100 1011

Color Harmonies of #001D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D37

Black with #001D37

Text Example


Text Example

White with #001D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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