Html Css Color HEX #041C2F Black Pearl

📋 copy color: '#041C2F'

red 4 ◦ green 28 ◦ blue 47

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

Shades of Black Pearl #041C2F

Tints of Black Pearl #041C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 59.49%

R = 5.06%
G = 35.44%
B = 59.49%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#041C2F (or 0x041C2F) is known color: Black Pearl. HEX triplet: 04, 1C and 2F. RGB value is (4,28,47). Sum of RGB (Red+Green+Blue) = 4+28+47=79 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5.06% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 47 (18.75% from 255 or 59.49% from 79); Max value from RGB is 47 - color contains mainly: blue. Hex color #041C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #041C2F is #FBE3D0. Grayscale: #161616. Windows color (decimal): -16507857 or 3087364. OLE color: 3087364.

HSL color Cylindrical-coordinate representation of color #041C2F: hue angle of 206.51º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #041C2F is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 28 47 -
CMYK 0.91 0.40 0 0.82
HSL 206.51º 0.84% 0.1% -
HSV(B) 206.51º 0.91% 0.18% -
XYZ 0.98 1.06 2.84 -
YUV 22.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 4 28 47 0.91 0.40 0 0.82 206.51 0.84 0.1
Hex 4 1C 2F 5B 28 0 52 CF 54 A
Octal 4 34 57 133 50 0 122 317 124 12
Binary 100 11100 101111 1011011 101000 0 1010010 11001111 1010100 1010

Color Harmonies of #041C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041C2F

Black with #041C2F

Text Example


Text Example

White with #041C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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