Html Css Color HEX #001D2F Black Pearl

📋 copy color: '#001D2F'

red 0 ◦ green 29 ◦ blue 47

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

Shades of Black Pearl #001D2F

Tints of Black Pearl #001D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 61.84%

R = 0%
G = 38.16%
B = 61.84%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#001D2F (or 0x001D2F) is known color: Black Pearl. HEX triplet: 00, 1D and 2F. RGB value is (0,29,47). Sum of RGB (Red+Green+Blue) = 0+29+47=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 29 (11.72% from 255 or 38.16% from 76); Blue value is 47 (18.75% from 255 or 61.84% from 76); Max value from RGB is 47 - color contains mainly: blue. Hex color #001D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D2F is #FFE2D0. Grayscale: #161616. Windows color (decimal): -16769745 or 3087616. OLE color: 3087616.

HSL color Cylindrical-coordinate representation of color #001D2F: hue angle of 202.98º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D2F is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 29 47 -
CMYK 1 0.38 0 0.82
HSL 202.98º 1% 0.09% -
HSV(B) 202.98º 1% 0.18% -
XYZ 0.95 1.08 2.85 -
YUV 22.38 141.89 112.04 -
System Red Green Blue C M Y K H S L
Decimal 0 29 47 1 0.38 0 0.82 202.98 1 0.09
Hex 0 1D 2F 64 26 0 52 CB 64 9
Octal 0 35 57 144 46 0 122 313 144 11
Binary 0 11101 101111 1100100 100110 0 1010010 11001011 1100100 1001

Color Harmonies of #001D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D2F

Black with #001D2F

Text Example


Text Example

White with #001D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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