Html Css Color HEX #042835 Black Pearl

📋 copy color: '#042835'

red 4 ◦ green 40 ◦ blue 53

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

Shades of Black Pearl #042835

Tints of Black Pearl #042835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 54.64%

R = 4.12%
G = 41.24%
B = 54.64%

CMYK

 C value IS 0.92

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#042835 (or 0x042835) is known color: Black Pearl. HEX triplet: 04, 28 and 35. RGB value is (4,40,53). Sum of RGB (Red+Green+Blue) = 4+40+53=97 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.12% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #042835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042835 is #FBD7CA. Grayscale: #1E1E1E. Windows color (decimal): -16504779 or 3483652. OLE color: 3483652.

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

Color convert

RGB 4 40 53 -
CMYK 0.92 0.25 0 0.79
HSL 195.92º 0.86% 0.11% -
HSV(B) 195.92º 0.92% 0.21% -
XYZ 1.45 1.8 3.64 -
YUV 30.72 140.57 108.94 -
System Red Green Blue C M Y K H S L
Decimal 4 40 53 0.92 0.25 0 0.79 195.92 0.86 0.11
Hex 4 28 35 5C 19 0 4F C4 56 B
Octal 4 50 65 134 31 0 117 304 126 13
Binary 100 101000 110101 1011100 11001 0 1001111 11000100 1010110 1011

Color Harmonies of #042835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042835

Black with #042835

Text Example


Text Example

White with #042835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042835; }

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

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

background-color css

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

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

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

border-color css

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

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

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