Html Css Color HEX #001F37 Black Pearl

📋 copy color: '#001F37'

red 0 ◦ green 31 ◦ blue 55

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

Shades of Black Pearl #001F37

Tints of Black Pearl #001F37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 63.95%

R = 0%
G = 36.05%
B = 63.95%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#001F37 (or 0x001F37) is known color: Black Pearl. HEX triplet: 00, 1F and 37. RGB value is (0,31,55). Sum of RGB (Red+Green+Blue) = 0+31+55=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 55 (21.88% from 255 or 63.95% from 86); Max value from RGB is 55 - color contains mainly: blue. Hex color #001F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F37 is #FFE0C8. Grayscale: #181818. Windows color (decimal): -16769225 or 3612416. OLE color: 3612416.

HSL color Cylindrical-coordinate representation of color #001F37: hue angle of 206.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F37 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 0 31 55 -
CMYK 1 0.44 0 0.78
HSL 206.18º 1% 0.11% -
HSV(B) 206.18º 1% 0.22% -
XYZ 1.18 1.26 3.79 -
YUV 24.47 145.23 110.55 -
System Red Green Blue C M Y K H S L
Decimal 0 31 55 1 0.44 0 0.78 206.18 1 0.11
Hex 0 1F 37 64 2C 0 4E CE 64 B
Octal 0 37 67 144 54 0 116 316 144 13
Binary 0 11111 110111 1100100 101100 0 1001110 11001110 1100100 1011

Color Harmonies of #001F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F37

Black with #001F37

Text Example


Text Example

White with #001F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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