Html Css Color HEX #042838 Black Pearl

📋 copy color: '#042838'

red 4 ◦ green 40 ◦ blue 56

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

Shades of Black Pearl #042838

Tints of Black Pearl #042838

RGB

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

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

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

R = 4%
G = 40%
B = 56%

CMYK

 C value IS 0.93

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#042838 (or 0x042838) is known color: Black Pearl. HEX triplet: 04, 28 and 38. RGB value is (4,40,56). Sum of RGB (Red+Green+Blue) = 4+40+56=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #042838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042838 is #FBD7C7. Grayscale: #1E1E1E. Windows color (decimal): -16504776 or 3680260. OLE color: 3680260.

HSL color Cylindrical-coordinate representation of color #042838: hue angle of 198.46º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #042838 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 4 40 56 -
CMYK 0.93 0.29 0 0.78
HSL 198.46º 0.87% 0.12% -
HSV(B) 198.46º 0.93% 0.22% -
XYZ 1.52 1.83 4.01 -
YUV 31.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 4 40 56 0.93 0.29 0 0.78 198.46 0.87 0.12
Hex 4 28 38 5D 1D 0 4E C6 57 C
Octal 4 50 70 135 35 0 116 306 127 14
Binary 100 101000 111000 1011101 11101 0 1001110 11000110 1010111 1100

Color Harmonies of #042838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042838

Black with #042838

Text Example


Text Example

White with #042838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042838; }

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

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

background-color css

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

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

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

border-color css

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

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

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