Html Css Color HEX #012B37 Black Pearl

📋 copy color: '#012B37'

red 1 ◦ green 43 ◦ blue 55

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

Shades of Black Pearl #012B37

Tints of Black Pearl #012B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 43.43%

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

R = 1.01%
G = 43.43%
B = 55.56%

CMYK

 C value IS 0.98

 M value IS 0.22

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012B37 (or 0x012B37) is known color: Black Pearl. HEX triplet: 01, 2B and 37. RGB value is (1,43,55). Sum of RGB (Red+Green+Blue) = 1+43+55=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 43 (17.19% from 255 or 43.43% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #012B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B37 is #FED4C8. Grayscale: #1F1F1F. Windows color (decimal): -16700617 or 3615489. OLE color: 3615489.

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

Color convert

RGB 1 43 55 -
CMYK 0.98 0.22 0 0.78
HSL 193.33º 0.96% 0.11% -
HSV(B) 193.33º 0.98% 0.22% -
XYZ 1.57 2.01 3.92 -
YUV 31.81 141.09 106.02 -
System Red Green Blue C M Y K H S L
Decimal 1 43 55 0.98 0.22 0 0.78 193.33 0.96 0.11
Hex 1 2B 37 62 16 0 4E C1 60 B
Octal 1 53 67 142 26 0 116 301 140 13
Binary 1 101011 110111 1100010 10110 0 1001110 11000001 1100000 1011

Color Harmonies of #012B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012B37

Black with #012B37

Text Example


Text Example

White with #012B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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