Html Css Color HEX #001F2C Black Pearl

📋 copy color: '#001F2C'

red 0 ◦ green 31 ◦ blue 44

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

Shades of Black Pearl #001F2C

Tints of Black Pearl #001F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 58.67%

R = 0%
G = 41.33%
B = 58.67%

CMYK

 C value IS 1

 M value IS 0.30

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#001F2C (or 0x001F2C) is known color: Black Pearl. HEX triplet: 00, 1F and 2C. RGB value is (0,31,44). Sum of RGB (Red+Green+Blue) = 0+31+44=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 44 (17.58% from 255 or 58.67% from 75); Max value from RGB is 44 - color contains mainly: blue. Hex color #001F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2C is #FFE0D3. Grayscale: #171717. Windows color (decimal): -16769236 or 2891520. OLE color: 2891520.

HSL color Cylindrical-coordinate representation of color #001F2C: hue angle of 197.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F2C is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 0 31 44 -
CMYK 1 0.30 0 0.83
HSL 197.73º 1% 0.09% -
HSV(B) 197.73º 1% 0.17% -
XYZ 0.94 1.16 2.56 -
YUV 23.21 139.73 111.44 -
System Red Green Blue C M Y K H S L
Decimal 0 31 44 1 0.30 0 0.83 197.73 1 0.09
Hex 0 1F 2C 64 1E 0 53 C6 64 9
Octal 0 37 54 144 36 0 123 306 144 11
Binary 0 11111 101100 1100100 11110 0 1010011 11000110 1100100 1001

Color Harmonies of #001F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F2C

Black with #001F2C

Text Example


Text Example

White with #001F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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