Html Css Color HEX #041C31 Black Pearl

📋 copy color: '#041C31'

red 4 ◦ green 28 ◦ blue 49

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

Shades of Black Pearl #041C31

Tints of Black Pearl #041C31

RGB

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

 GREEN value IS 28 (11.33% from 255) = 34.57%

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

R = 4.94%
G = 34.57%
B = 60.49%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#041C31 (or 0x041C31) is known color: Black Pearl. HEX triplet: 04, 1C and 31. RGB value is (4,28,49). Sum of RGB (Red+Green+Blue) = 4+28+49=81 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.94% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #041C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C31 is #FBE3CE. Grayscale: #171717. Windows color (decimal): -16507855 or 3218436. OLE color: 3218436.

HSL color Cylindrical-coordinate representation of color #041C31: hue angle of 208º 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 #041C31 is Cyan = 0.92, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 4 28 49 -
CMYK 0.92 0.43 0 0.81
HSL 208º 0.85% 0.1% -
HSV(B) 208º 0.92% 0.19% -
XYZ 1.02 1.08 3.06 -
YUV 23.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 4 28 49 0.92 0.43 0 0.81 208 0.85 0.1
Hex 4 1C 31 5C 2B 0 51 D0 55 A
Octal 4 34 61 134 53 0 121 320 125 12
Binary 100 11100 110001 1011100 101011 0 1010001 11010000 1010101 1010

Color Harmonies of #041C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C31

Black with #041C31

Text Example


Text Example

White with #041C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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