Html Css Color HEX #041011 Black Pearl

📋 copy color: '#041011'

red 4 ◦ green 16 ◦ blue 17

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

Shades of Black Pearl #041011

Tints of Black Pearl #041011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 43.24%

 BLUE value IS 17 (7.03% from 255) = 45.95%

R = 10.81%
G = 43.24%
B = 45.95%

CMYK

 C value IS 0.76

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#041011 (or 0x041011) is known color: Black Pearl. HEX triplet: 04, 10 and 11. RGB value is (4,16,17). Sum of RGB (Red+Green+Blue) = 4+16+17=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 16 (6.64% from 255 or 43.24% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #041011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041011 is #FBEFEE. Grayscale: #0C0C0C. Windows color (decimal): -16510959 or 1118212. OLE color: 1118212.

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

Color convert

RGB 4 16 17 -
CMYK 0.76 0.06 0 0.93
HSL 184.62º 0.62% 0.04% -
HSV(B) 184.62º 0.76% 0.07% -
XYZ 0.34 0.44 0.6 -
YUV 12.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 4 16 17 0.76 0.06 0 0.93 184.62 0.62 0.04
Hex 4 10 11 4C 6 0 5D B9 3E 4
Octal 4 20 21 114 6 0 135 271 76 4
Binary 100 10000 10001 1001100 110 0 1011101 10111001 111110 100

Color Harmonies of #041011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041011

Black with #041011

Text Example


Text Example

White with #041011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041011; }

 p { color: rgb(4,16,17); }

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

background-color css

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

 a { background-color: rgb(4,16,17); }

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

border-color css

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

 span { border-color: rgb(4,16,17); }

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