Html Css Color HEX #041427 Black Pearl

📋 copy color: '#041427'

red 4 ◦ green 20 ◦ blue 39

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

Shades of Black Pearl #041427

Tints of Black Pearl #041427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.75%

 BLUE value IS 39 (15.63% from 255) = 61.9%

R = 6.35%
G = 31.75%
B = 61.9%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#041427 (or 0x041427) is known color: Black Pearl. HEX triplet: 04, 14 and 27. RGB value is (4,20,39). Sum of RGB (Red+Green+Blue) = 4+20+39=63 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.35% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #041427 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041427 is #FBEBD8. Grayscale: #111111. Windows color (decimal): -16509913 or 2561028. OLE color: 2561028.

HSL color Cylindrical-coordinate representation of color #041427: hue angle of 212.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041427 is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 20 39 -
CMYK 0.90 0.49 0 0.85
HSL 212.57º 0.81% 0.08% -
HSV(B) 212.57º 0.9% 0.15% -
XYZ 0.67 0.67 2.01 -
YUV 17.38 140.2 118.46 -
System Red Green Blue C M Y K H S L
Decimal 4 20 39 0.90 0.49 0 0.85 212.57 0.81 0.08
Hex 4 14 27 5A 31 0 55 D5 51 8
Octal 4 24 47 132 61 0 125 325 121 10
Binary 100 10100 100111 1011010 110001 0 1010101 11010101 1010001 1000

Color Harmonies of #041427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041427

Black with #041427

Text Example


Text Example

White with #041427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041427; }

 p { color: rgb(4,20,39); }

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

background-color css

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

 a { background-color: rgb(4,20,39); }

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

border-color css

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

 span { border-color: rgb(4,20,39); }

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