Html Css Color HEX #041C1E Black Pearl

📋 copy color: '#041C1E'

red 4 ◦ green 28 ◦ blue 30

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

Shades of Black Pearl #041C1E

Tints of Black Pearl #041C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 48.39%

R = 6.45%
G = 45.16%
B = 48.39%

CMYK

 C value IS 0.87

 M value IS 0.07

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#041C1E (or 0x041C1E) is known color: Black Pearl. HEX triplet: 04, 1C and 1E. RGB value is (4,28,30). Sum of RGB (Red+Green+Blue) = 4+28+30=62 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.45% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #041C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C1E is #FBE3E1. Grayscale: #151515. Windows color (decimal): -16507874 or 1973252. OLE color: 1973252.

HSL color Cylindrical-coordinate representation of color #041C1E: hue angle of 184.62º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #041C1E is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 4 28 30 -
CMYK 0.87 0.07 0 0.88
HSL 184.62º 0.76% 0.07% -
HSV(B) 184.62º 0.87% 0.12% -
XYZ 0.7 0.95 1.37 -
YUV 21.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 4 28 30 0.87 0.07 0 0.88 184.62 0.76 0.07
Hex 4 1C 1E 57 7 0 58 B9 4C 7
Octal 4 34 36 127 7 0 130 271 114 7
Binary 100 11100 11110 1010111 111 0 1011000 10111001 1001100 111

Color Harmonies of #041C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C1E

Black with #041C1E

Text Example


Text Example

White with #041C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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