Html Css Color HEX #012532 Black Pearl

📋 copy color: '#012532'

red 1 ◦ green 37 ◦ blue 50

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

Shades of Black Pearl #012532

Tints of Black Pearl #012532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.05%

 BLUE value IS 50 (19.92% from 255) = 56.82%

R = 1.14%
G = 42.05%
B = 56.82%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#012532 (or 0x012532) is known color: Black Pearl. HEX triplet: 01, 25 and 32. RGB value is (1,37,50). Sum of RGB (Red+Green+Blue) = 1+37+50=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #012532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012532 is #FEDACD. Grayscale: #1B1B1B. Windows color (decimal): -16702158 or 3286273. OLE color: 3286273.

HSL color Cylindrical-coordinate representation of color #012532: hue angle of 195.92º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012532 is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 37 50 -
CMYK 0.98 0.26 0 0.80
HSL 195.92º 0.96% 0.1% -
HSV(B) 195.92º 0.98% 0.2% -
XYZ 1.25 1.56 3.25 -
YUV 27.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 1 37 50 0.98 0.26 0 0.80 195.92 0.96 0.1
Hex 1 25 32 62 1A 0 50 C4 60 A
Octal 1 45 62 142 32 0 120 304 140 12
Binary 1 100101 110010 1100010 11010 0 1010000 11000100 1100000 1010

Color Harmonies of #012532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012532

Black with #012532

Text Example


Text Example

White with #012532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012532; }

 p { color: rgb(1,37,50); }

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

background-color css

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

 a { background-color: rgb(1,37,50); }

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

border-color css

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

 span { border-color: rgb(1,37,50); }

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