Html Css Color HEX #001F2F Black Pearl

📋 copy color: '#001F2F'

red 0 ◦ green 31 ◦ blue 47

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

Shades of Black Pearl #001F2F

Tints of Black Pearl #001F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 39.74%

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

R = 0%
G = 39.74%
B = 60.26%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#001F2F (or 0x001F2F) is known color: Black Pearl. HEX triplet: 00, 1F and 2F. RGB value is (0,31,47). Sum of RGB (Red+Green+Blue) = 0+31+47=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 31 (12.5% from 255 or 39.74% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #001F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2F is #FFE0D0. Grayscale: #171717. Windows color (decimal): -16769233 or 3088128. OLE color: 3088128.

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

Color convert

RGB 0 31 47 -
CMYK 1 0.34 0 0.82
HSL 200.43º 1% 0.09% -
HSV(B) 200.43º 1% 0.18% -
XYZ 1 1.19 2.87 -
YUV 23.56 141.23 111.2 -
System Red Green Blue C M Y K H S L
Decimal 0 31 47 1 0.34 0 0.82 200.43 1 0.09
Hex 0 1F 2F 64 22 0 52 C8 64 9
Octal 0 37 57 144 42 0 122 310 144 11
Binary 0 11111 101111 1100100 100010 0 1010010 11001000 1100100 1001

Color Harmonies of #001F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F2F

Black with #001F2F

Text Example


Text Example

White with #001F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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