#041B2A

Color #041B2A Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #041B2A

Tints of Black Pearl #041B2A

Color information

#041B2A (or 0x041B2A) is unknown color: approx Black Pearl. HEX triplet: 04, 1B and 2A. RGB value is (4,27,42). Sum of RGB (Red+Green+Blue) = 4+27+42=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 27 (10.94% from 255 or 36.99% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #041B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041B2A is #FBE4D5. Grayscale: #151515. Windows color (decimal): -16508118 or 2759428. OLE color: 2759428.

HSL color Cylindrical-coordinate representation of color #041B2A: hue angle of 203.68º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041B2A is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB42742-
CMYK0.900.3600.84
HSL203.68º82.61%9.02%-
HSV(B)203.68º90.48%16.47%-
XYZ0.860.982.33-
YUV21.83139.38115.28-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 27 (10.94% from 255) = 36.99%
BLUE value IS 42 (16.80% from 255) = 57.53%
R=5.48%
G=36.99%
B=57.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal427420.900.3600.84203.6882.619.02
Hex41B2A5A24054cc539
Octal4335213244012431412311
Binary100110111010101011010100100010101001100110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,27,42); }

 H1.HeaderClassName
 {
   color: #041B2A;
 }
 .AnyTagClassName
 {
   color: #041B2A;
 }
</style>
background-color css

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

 a { background-color: rgb(4,27,42); }

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

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

 span { border-color: rgb(4,27,42); }

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