Html Css Color HEX #241F4A Paua

📋 copy color: '#241F4A'

red 36 ◦ green 31 ◦ blue 74

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

Shades of Paua #241F4A

Tints of Paua #241F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 52.48%

R = 25.53%
G = 21.99%
B = 52.48%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#241F4A (or 0x241F4A) is known color: Paua. HEX triplet: 24, 1F and 4A. RGB value is (36,31,74). Sum of RGB (Red+Green+Blue) = 36+31+74=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 74 (29.30% from 255 or 52.48% from 141); Max value from RGB is 74 - color contains mainly: blue. Hex color #241F4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F4A is #DBE0B5. Grayscale: #252525. Windows color (decimal): -14409910 or 4857636. OLE color: 4857636.

HSL color Cylindrical-coordinate representation of color #241F4A: hue angle of 246.98º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #241F4A is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 31 74 -
CMYK 0.51 0.58 0 0.71
HSL 246.98º 0.41% 0.21% -
HSV(B) 246.98º 0.58% 0.29% -
XYZ 2.45 1.85 6.71 -
YUV 37.4 148.66 127 -
System Red Green Blue C M Y K H S L
Decimal 36 31 74 0.51 0.58 0 0.71 246.98 0.41 0.21
Hex 24 1F 4A 33 3A 0 47 F7 29 15
Octal 44 37 112 63 72 0 107 367 51 25
Binary 100100 11111 1001010 110011 111010 0 1000111 11110111 101001 10101

Color Harmonies of #241F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F4A

Black with #241F4A

Text Example


Text Example

White with #241F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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