Html Css Color HEX #001B1E Black Pearl

📋 copy color: '#001B1E'

red 0 ◦ green 27 ◦ blue 30

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

Shades of Black Pearl #001B1E

Tints of Black Pearl #001B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 52.63%

R = 0%
G = 47.37%
B = 52.63%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#001B1E (or 0x001B1E) is known color: Black Pearl. HEX triplet: 00, 1B and 1E. RGB value is (0,27,30). Sum of RGB (Red+Green+Blue) = 0+27+30=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #001B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1E is #FFE4E1. Grayscale: #131313. Windows color (decimal): -16770274 or 1972992. OLE color: 1972992.

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

Color convert

RGB 0 27 30 -
CMYK 1 0.10 0 0.88
HSL 186º 1% 0.06% -
HSV(B) 186º 1% 0.12% -
XYZ 0.63 0.88 1.36 -
YUV 19.27 134.05 114.26 -
System Red Green Blue C M Y K H S L
Decimal 0 27 30 1 0.10 0 0.88 186 1 0.06
Hex 0 1B 1E 64 A 0 58 BA 64 6
Octal 0 33 36 144 12 0 130 272 144 6
Binary 0 11011 11110 1100100 1010 0 1011000 10111010 1100100 110

Color Harmonies of #001B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B1E

Black with #001B1E

Text Example


Text Example

White with #001B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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