Html Css Color HEX #001B2F Black Pearl

📋 copy color: '#001B2F'

red 0 ◦ green 27 ◦ blue 47

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

Shades of Black Pearl #001B2F

Tints of Black Pearl #001B2F

RGB

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

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

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

R = 0%
G = 36.49%
B = 63.51%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#001B2F (or 0x001B2F) is known color: Black Pearl. HEX triplet: 00, 1B and 2F. RGB value is (0,27,47). Sum of RGB (Red+Green+Blue) = 0+27+47=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #001B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2F is #FFE4D0. Grayscale: #151515. Windows color (decimal): -16770257 or 3087104. OLE color: 3087104.

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

Color convert

RGB 0 27 47 -
CMYK 1 0.43 0 0.82
HSL 205.53º 1% 0.09% -
HSV(B) 205.53º 1% 0.18% -
XYZ 0.91 0.99 2.83 -
YUV 21.21 142.55 112.87 -
System Red Green Blue C M Y K H S L
Decimal 0 27 47 1 0.43 0 0.82 205.53 1 0.09
Hex 0 1B 2F 64 2B 0 52 CE 64 9
Octal 0 33 57 144 53 0 122 316 144 11
Binary 0 11011 101111 1100100 101011 0 1010010 11001110 1100100 1001

Color Harmonies of #001B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001B2F

Black with #001B2F

Text Example


Text Example

White with #001B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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