Html Css Color HEX #241456 Paua

📋 copy color: '#241456'

red 36 ◦ green 20 ◦ blue 86

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

Shades of Paua #241456

Tints of Paua #241456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 60.56%

R = 25.35%
G = 14.08%
B = 60.56%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#241456 (or 0x241456) is known color: Paua. HEX triplet: 24, 14 and 56. RGB value is (36,20,86). Sum of RGB (Red+Green+Blue) = 36+20+86=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #241456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241456 is #DBEBA9. Grayscale: #202020. Windows color (decimal): -14412714 or 5641252. OLE color: 5641252.

HSL color Cylindrical-coordinate representation of color #241456: hue angle of 254.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241456 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 36 20 86 -
CMYK 0.58 0.77 0 0.66
HSL 254.55º 0.62% 0.21% -
HSV(B) 254.55º 0.77% 0.34% -
XYZ 2.66 1.55 8.96 -
YUV 32.31 158.3 130.63 -
System Red Green Blue C M Y K H S L
Decimal 36 20 86 0.58 0.77 0 0.66 254.55 0.62 0.21
Hex 24 14 56 3A 4D 0 42 FF 3E 15
Octal 44 24 126 72 115 0 102 377 76 25
Binary 100100 10100 1010110 111010 1001101 0 1000010 11111111 111110 10101

Color Harmonies of #241456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241456

Black with #241456

Text Example


Text Example

White with #241456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241456; }

 p { color: rgb(36,20,86); }

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

background-color css

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

 a { background-color: rgb(36,20,86); }

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

border-color css

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

 span { border-color: rgb(36,20,86); }

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