Html Css Color HEX #241852 Paua

📋 copy color: '#241852'

red 36 ◦ green 24 ◦ blue 82

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

Shades of Paua #241852

Tints of Paua #241852

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 82 (32.42% from 255) = 57.75%

R = 25.35%
G = 16.9%
B = 57.75%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#241852 (or 0x241852) is known color: Paua. HEX triplet: 24, 18 and 52. RGB value is (36,24,82). Sum of RGB (Red+Green+Blue) = 36+24+82=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #241852 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241852 is #DBE7AD. Grayscale: #212121. Windows color (decimal): -14411694 or 5380132. OLE color: 5380132.

HSL color Cylindrical-coordinate representation of color #241852: hue angle of 252.41º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241852 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 36 24 82 -
CMYK 0.56 0.71 0 0.68
HSL 252.41º 0.55% 0.21% -
HSV(B) 252.41º 0.71% 0.32% -
XYZ 2.58 1.64 8.16 -
YUV 34.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 36 24 82 0.56 0.71 0 0.68 252.41 0.55 0.21
Hex 24 18 52 38 47 0 44 FC 37 15
Octal 44 30 122 70 107 0 104 374 67 25
Binary 100100 11000 1010010 111000 1000111 0 1000100 11111100 110111 10101

Color Harmonies of #241852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241852

Black with #241852

Text Example


Text Example

White with #241852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241852; }

 p { color: rgb(36,24,82); }

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

background-color css

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

 a { background-color: rgb(36,24,82); }

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

border-color css

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

 span { border-color: rgb(36,24,82); }

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