Html Css Color HEX #012838 Black Pearl

📋 copy color: '#012838'

red 1 ◦ green 40 ◦ blue 56

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

Shades of Black Pearl #012838

Tints of Black Pearl #012838

RGB

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

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

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

R = 1.03%
G = 41.24%
B = 57.73%

CMYK

 C value IS 0.98

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012838 (or 0x012838) is known color: Black Pearl. HEX triplet: 01, 28 and 38. RGB value is (1,40,56). Sum of RGB (Red+Green+Blue) = 1+40+56=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #012838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012838 is #FED7C7. Grayscale: #1E1E1E. Windows color (decimal): -16701384 or 3680257. OLE color: 3680257.

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

Color convert

RGB 1 40 56 -
CMYK 0.98 0.29 0 0.78
HSL 197.45º 0.96% 0.11% -
HSV(B) 197.45º 0.98% 0.22% -
XYZ 1.49 1.81 4.01 -
YUV 30.16 142.58 107.2 -
System Red Green Blue C M Y K H S L
Decimal 1 40 56 0.98 0.29 0 0.78 197.45 0.96 0.11
Hex 1 28 38 62 1D 0 4E C5 60 B
Octal 1 50 70 142 35 0 116 305 140 13
Binary 1 101000 111000 1100010 11101 0 1001110 11000101 1100000 1011

Color Harmonies of #012838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012838

Black with #012838

Text Example


Text Example

White with #012838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012838; }

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

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

background-color css

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

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

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

border-color css

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

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

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