Html Css Color HEX #241F4F Paua

📋 copy color: '#241F4F'

red 36 ◦ green 31 ◦ blue 79

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

Shades of Paua #241F4F

Tints of Paua #241F4F

RGB

 RED value IS 36 (14.45% from 255) = 24.66%

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 79 (31.25% from 255) = 54.11%

R = 24.66%
G = 21.23%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#241F4F (or 0x241F4F) is known color: Paua. HEX triplet: 24, 1F and 4F. RGB value is (36,31,79). Sum of RGB (Red+Green+Blue) = 36+31+79=146 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.66% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #241F4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241F4F is #DBE0B0. Grayscale: #252525. Windows color (decimal): -14409905 or 5185316. OLE color: 5185316.

HSL color Cylindrical-coordinate representation of color #241F4F: hue angle of 246.25º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #241F4F is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 36 31 79 -
CMYK 0.54 0.61 0 0.69
HSL 246.25º 0.44% 0.22% -
HSV(B) 246.25º 0.61% 0.31% -
XYZ 2.63 1.92 7.63 -
YUV 37.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 36 31 79 0.54 0.61 0 0.69 246.25 0.44 0.22
Hex 24 1F 4F 36 3D 0 45 F6 2C 16
Octal 44 37 117 66 75 0 105 366 54 26
Binary 100100 11111 1001111 110110 111101 0 1000101 11110110 101100 10110

Color Harmonies of #241F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F4F

Black with #241F4F

Text Example


Text Example

White with #241F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241F4F; }

 p { color: rgb(36,31,79); }

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

background-color css

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

 a { background-color: rgb(36,31,79); }

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

border-color css

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

 span { border-color: rgb(36,31,79); }

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