Html Css Color HEX #012837 Black Pearl

📋 copy color: '#012837'

red 1 ◦ green 40 ◦ blue 55

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

Shades of Black Pearl #012837

Tints of Black Pearl #012837

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.67%

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

R = 1.04%
G = 41.67%
B = 57.29%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012837 (or 0x012837) is known color: Black Pearl. HEX triplet: 01, 28 and 37. RGB value is (1,40,55). Sum of RGB (Red+Green+Blue) = 1+40+55=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #012837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012837 is #FED7C8. Grayscale: #1D1D1D. Windows color (decimal): -16701385 or 3614721. OLE color: 3614721.

HSL color Cylindrical-coordinate representation of color #012837: hue angle of 196.67º 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 #012837 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 40 55 -
CMYK 0.98 0.27 0 0.78
HSL 196.67º 0.96% 0.11% -
HSV(B) 196.67º 0.98% 0.22% -
XYZ 1.46 1.8 3.88 -
YUV 30.05 142.08 107.28 -
System Red Green Blue C M Y K H S L
Decimal 1 40 55 0.98 0.27 0 0.78 196.67 0.96 0.11
Hex 1 28 37 62 1B 0 4E C5 60 B
Octal 1 50 67 142 33 0 116 305 140 13
Binary 1 101000 110111 1100010 11011 0 1001110 11000101 1100000 1011

Color Harmonies of #012837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012837

Black with #012837

Text Example


Text Example

White with #012837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012837; }

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

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

background-color css

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

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

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

border-color css

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

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

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