Html Css Color HEX #001D27 Black Pearl

📋 copy color: '#001D27'

red 0 ◦ green 29 ◦ blue 39

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

Shades of Black Pearl #001D27

Tints of Black Pearl #001D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 57.35%

R = 0%
G = 42.65%
B = 57.35%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#001D27 (or 0x001D27) is known color: Black Pearl. HEX triplet: 00, 1D and 27. RGB value is (0,29,39). Sum of RGB (Red+Green+Blue) = 0+29+39=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #001D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D27 is #FFE2D8. Grayscale: #151515. Windows color (decimal): -16769753 or 2563328. OLE color: 2563328.

HSL color Cylindrical-coordinate representation of color #001D27: hue angle of 195.38º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D27 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 0 29 39 -
CMYK 1 0.26 0 0.85
HSL 195.38º 1% 0.08% -
HSV(B) 195.38º 1% 0.15% -
XYZ 0.81 1.03 2.07 -
YUV 21.47 137.89 112.69 -
System Red Green Blue C M Y K H S L
Decimal 0 29 39 1 0.26 0 0.85 195.38 1 0.08
Hex 0 1D 27 64 1A 0 55 C3 64 8
Octal 0 35 47 144 32 0 125 303 144 10
Binary 0 11101 100111 1100100 11010 0 1010101 11000011 1100100 1000

Color Harmonies of #001D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001D27

Black with #001D27

Text Example


Text Example

White with #001D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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