Html Css Color HEX #001B2E Black Pearl

📋 copy color: '#001B2E'

red 0 ◦ green 27 ◦ blue 46

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

Shades of Black Pearl #001B2E

Tints of Black Pearl #001B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 63.01%

R = 0%
G = 36.99%
B = 63.01%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#001B2E (or 0x001B2E) is known color: Black Pearl. HEX triplet: 00, 1B and 2E. RGB value is (0,27,46). Sum of RGB (Red+Green+Blue) = 0+27+46=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #001B2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2E is #FFE4D1. Grayscale: #141414. Windows color (decimal): -16770258 or 3021568. OLE color: 3021568.

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

Color convert

RGB 0 27 46 -
CMYK 1 0.41 0 0.82
HSL 204.78º 1% 0.09% -
HSV(B) 204.78º 1% 0.18% -
XYZ 0.89 0.98 2.73 -
YUV 21.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 0 27 46 1 0.41 0 0.82 204.78 1 0.09
Hex 0 1B 2E 64 29 0 52 CD 64 9
Octal 0 33 56 144 51 0 122 315 144 11
Binary 0 11011 101110 1100100 101001 0 1010010 11001101 1100100 1001

Color Harmonies of #001B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B2E

Black with #001B2E

Text Example


Text Example

White with #001B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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