Html Css Color HEX #001B1D Black Pearl

📋 copy color: '#001B1D'

red 0 ◦ green 27 ◦ blue 29

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

Shades of Black Pearl #001B1D

Tints of Black Pearl #001B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 48.21%

 BLUE value IS 29 (11.72% from 255) = 51.79%

R = 0%
G = 48.21%
B = 51.79%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#001B1D (or 0x001B1D) is known color: Black Pearl. HEX triplet: 00, 1B and 1D. RGB value is (0,27,29). Sum of RGB (Red+Green+Blue) = 0+27+29=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #001B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1D is #FFE4E2. Grayscale: #131313. Windows color (decimal): -16770275 or 1907456. OLE color: 1907456.

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

Color convert

RGB 0 27 29 -
CMYK 1 0.07 0 0.89
HSL 184.14º 1% 0.06% -
HSV(B) 184.14º 1% 0.11% -
XYZ 0.61 0.87 1.3 -
YUV 19.16 133.55 114.34 -
System Red Green Blue C M Y K H S L
Decimal 0 27 29 1 0.07 0 0.89 184.14 1 0.06
Hex 0 1B 1D 64 7 0 59 B8 64 6
Octal 0 33 35 144 7 0 131 270 144 6
Binary 0 11011 11101 1100100 111 0 1011001 10111000 1100100 110

Color Harmonies of #001B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B1D

Black with #001B1D

Text Example


Text Example

White with #001B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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