Html Css Color HEX #242143 Paua

📋 copy color: '#242143'

red 36 ◦ green 33 ◦ blue 67

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

Shades of Paua #242143

Tints of Paua #242143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 49.26%

R = 26.47%
G = 24.26%
B = 49.26%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#242143 (or 0x242143) is known color: Paua. HEX triplet: 24, 21 and 43. RGB value is (36,33,67). Sum of RGB (Red+Green+Blue) = 36+33+67=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 67 (26.56% from 255 or 49.26% from 136); Max value from RGB is 67 - color contains mainly: blue. Hex color #242143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242143 is #DBDEBC. Grayscale: #252525. Windows color (decimal): -14409405 or 4399396. OLE color: 4399396.

HSL color Cylindrical-coordinate representation of color #242143: hue angle of 245.29º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #242143 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 36 33 67 -
CMYK 0.46 0.51 0 0.74
HSL 245.29º 0.34% 0.2% -
HSV(B) 245.29º 0.51% 0.26% -
XYZ 2.28 1.87 5.55 -
YUV 37.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 36 33 67 0.46 0.51 0 0.74 245.29 0.34 0.2
Hex 24 21 43 2E 33 0 4A F5 22 14
Octal 44 41 103 56 63 0 112 365 42 24
Binary 100100 100001 1000011 101110 110011 0 1001010 11110101 100010 10100

Color Harmonies of #242143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #242143

Black with #242143

Text Example


Text Example

White with #242143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #242143; }

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

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

background-color css

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

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

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

border-color css

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

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

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