Html Css Color HEX #042831 Black Pearl

📋 copy color: '#042831'

red 4 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #042831

Tints of Black Pearl #042831

RGB

 RED value IS 4 (1.95% from 255) = 4.3%

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

 BLUE value IS 49 (19.53% from 255) = 52.69%

R = 4.3%
G = 43.01%
B = 52.69%

CMYK

 C value IS 0.92

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#042831 (or 0x042831) is known color: Black Pearl. HEX triplet: 04, 28 and 31. RGB value is (4,40,49). Sum of RGB (Red+Green+Blue) = 4+40+49=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #042831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042831 is #FBD7CE. Grayscale: #1E1E1E. Windows color (decimal): -16504783 or 3221508. OLE color: 3221508.

HSL color Cylindrical-coordinate representation of color #042831: hue angle of 192º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #042831 is Cyan = 0.92, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 40 49 -
CMYK 0.92 0.18 0 0.81
HSL 192º 0.85% 0.1% -
HSV(B) 192º 0.92% 0.19% -
XYZ 1.36 1.77 3.17 -
YUV 30.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 4 40 49 0.92 0.18 0 0.81 192 0.85 0.1
Hex 4 28 31 5C 12 0 51 C0 55 A
Octal 4 50 61 134 22 0 121 300 125 12
Binary 100 101000 110001 1011100 10010 0 1010001 11000000 1010101 1010

Color Harmonies of #042831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042831

Black with #042831

Text Example


Text Example

White with #042831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042831; }

 p { color: rgb(4,40,49); }

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

background-color css

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

 a { background-color: rgb(4,40,49); }

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

border-color css

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

 span { border-color: rgb(4,40,49); }

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