Html Css Color HEX #012836 Black Pearl

📋 copy color: '#012836'

red 1 ◦ green 40 ◦ blue 54

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

Shades of Black Pearl #012836

Tints of Black Pearl #012836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 56.84%

R = 1.05%
G = 42.11%
B = 56.84%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012836 (or 0x012836) is known color: Black Pearl. HEX triplet: 01, 28 and 36. RGB value is (1,40,54). Sum of RGB (Red+Green+Blue) = 1+40+54=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #012836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012836 is #FED7C9. Grayscale: #1D1D1D. Windows color (decimal): -16701386 or 3549185. OLE color: 3549185.

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

Color convert

RGB 1 40 54 -
CMYK 0.98 0.26 0 0.79
HSL 195.85º 0.96% 0.11% -
HSV(B) 195.85º 0.98% 0.21% -
XYZ 1.44 1.79 3.76 -
YUV 29.94 141.58 107.36 -
System Red Green Blue C M Y K H S L
Decimal 1 40 54 0.98 0.26 0 0.79 195.85 0.96 0.11
Hex 1 28 36 62 1A 0 4F C4 60 B
Octal 1 50 66 142 32 0 117 304 140 13
Binary 1 101000 110110 1100010 11010 0 1001111 11000100 1100000 1011

Color Harmonies of #012836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012836

Black with #012836

Text Example


Text Example

White with #012836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012836; }

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

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

background-color css

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

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

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

border-color css

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

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

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