Html Css Color HEX #012738 Black Pearl

📋 copy color: '#012738'

red 1 ◦ green 39 ◦ blue 56

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

Shades of Black Pearl #012738

Tints of Black Pearl #012738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 40.63%

 BLUE value IS 56 (22.27% from 255) = 58.33%

R = 1.04%
G = 40.63%
B = 58.33%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012738 (or 0x012738) is known color: Black Pearl. HEX triplet: 01, 27 and 38. RGB value is (1,39,56). Sum of RGB (Red+Green+Blue) = 1+39+56=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #012738 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012738 is #FED8C7. Grayscale: #1D1D1D. Windows color (decimal): -16701640 or 3680001. OLE color: 3680001.

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

Color convert

RGB 1 39 56 -
CMYK 0.98 0.30 0 0.78
HSL 198.55º 0.96% 0.11% -
HSV(B) 198.55º 0.98% 0.22% -
XYZ 1.45 1.74 4 -
YUV 29.58 142.91 107.62 -
System Red Green Blue C M Y K H S L
Decimal 1 39 56 0.98 0.30 0 0.78 198.55 0.96 0.11
Hex 1 27 38 62 1E 0 4E C7 60 B
Octal 1 47 70 142 36 0 116 307 140 13
Binary 1 100111 111000 1100010 11110 0 1001110 11000111 1100000 1011

Color Harmonies of #012738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012738

Black with #012738

Text Example


Text Example

White with #012738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012738; }

 p { color: rgb(1,39,56); }

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

background-color css

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

 a { background-color: rgb(1,39,56); }

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

border-color css

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

 span { border-color: rgb(1,39,56); }

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