Html Css Color HEX #24214B Paua

📋 copy color: '#24214B'

red 36 ◦ green 33 ◦ blue 75

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

Shades of Paua #24214B

Tints of Paua #24214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.92%

 BLUE value IS 75 (29.69% from 255) = 52.08%

R = 25%
G = 22.92%
B = 52.08%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#24214B (or 0x24214B) is known color: Paua. HEX triplet: 24, 21 and 4B. RGB value is (36,33,75). Sum of RGB (Red+Green+Blue) = 36+33+75=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #24214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24214B is #DBDEB4. Grayscale: #262626. Windows color (decimal): -14409397 or 4923684. OLE color: 4923684.

HSL color Cylindrical-coordinate representation of color #24214B: hue angle of 244.29º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #24214B is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 36 33 75 -
CMYK 0.52 0.56 0 0.71
HSL 244.29º 0.39% 0.21% -
HSV(B) 244.29º 0.56% 0.29% -
XYZ 2.54 1.97 6.9 -
YUV 38.69 148.49 126.08 -
System Red Green Blue C M Y K H S L
Decimal 36 33 75 0.52 0.56 0 0.71 244.29 0.39 0.21
Hex 24 21 4B 34 38 0 47 F4 27 15
Octal 44 41 113 64 70 0 107 364 47 25
Binary 100100 100001 1001011 110100 111000 0 1000111 11110100 100111 10101

Color Harmonies of #24214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24214B

Black with #24214B

Text Example


Text Example

White with #24214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24214B; }

 p { color: rgb(36,33,75); }

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

background-color css

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

 a { background-color: rgb(36,33,75); }

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

border-color css

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

 span { border-color: rgb(36,33,75); }

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