Html Css Color HEX #001F36 Black Pearl

📋 copy color: '#001F36'

red 0 ◦ green 31 ◦ blue 54

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

Shades of Black Pearl #001F36

Tints of Black Pearl #001F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 63.53%

R = 0%
G = 36.47%
B = 63.53%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#001F36 (or 0x001F36) is known color: Black Pearl. HEX triplet: 00, 1F and 36. RGB value is (0,31,54). Sum of RGB (Red+Green+Blue) = 0+31+54=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 31 (12.5% from 255 or 36.47% from 85); Blue value is 54 (21.48% from 255 or 63.53% from 85); Max value from RGB is 54 - color contains mainly: blue. Hex color #001F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F36 is #FFE0C9. Grayscale: #181818. Windows color (decimal): -16769226 or 3546880. OLE color: 3546880.

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

Color convert

RGB 0 31 54 -
CMYK 1 0.43 0 0.79
HSL 205.56º 1% 0.11% -
HSV(B) 205.56º 1% 0.21% -
XYZ 1.16 1.25 3.67 -
YUV 24.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 0 31 54 1 0.43 0 0.79 205.56 1 0.11
Hex 0 1F 36 64 2B 0 4F CE 64 B
Octal 0 37 66 144 53 0 117 316 144 13
Binary 0 11111 110110 1100100 101011 0 1001111 11001110 1100100 1011

Color Harmonies of #001F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001F36

Black with #001F36

Text Example


Text Example

White with #001F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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