Html Css Color HEX #012937 Black Pearl

📋 copy color: '#012937'

red 1 ◦ green 41 ◦ blue 55

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

Shades of Black Pearl #012937

Tints of Black Pearl #012937

RGB

 RED value IS 1 (0.78% from 255) = 1.03%

 GREEN value IS 41 (16.41% from 255) = 42.27%

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

R = 1.03%
G = 42.27%
B = 56.7%

CMYK

 C value IS 0.98

 M value IS 0.25

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012937 (or 0x012937) is known color: Black Pearl. HEX triplet: 01, 29 and 37. RGB value is (1,41,55). Sum of RGB (Red+Green+Blue) = 1+41+55=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #012937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012937 is #FED6C8. Grayscale: #1E1E1E. Windows color (decimal): -16701129 or 3614977. OLE color: 3614977.

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

Color convert

RGB 1 41 55 -
CMYK 0.98 0.25 0 0.78
HSL 195.56º 0.96% 0.11% -
HSV(B) 195.56º 0.98% 0.22% -
XYZ 1.5 1.87 3.9 -
YUV 30.64 141.75 106.86 -
System Red Green Blue C M Y K H S L
Decimal 1 41 55 0.98 0.25 0 0.78 195.56 0.96 0.11
Hex 1 29 37 62 19 0 4E C4 60 B
Octal 1 51 67 142 31 0 116 304 140 13
Binary 1 101001 110111 1100010 11001 0 1001110 11000100 1100000 1011

Color Harmonies of #012937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012937

Black with #012937

Text Example


Text Example

White with #012937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012937; }

 p { color: rgb(1,41,55); }

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

background-color css

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

 a { background-color: rgb(1,41,55); }

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

border-color css

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

 span { border-color: rgb(1,41,55); }

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