#241B4C

Color #241B4C Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #241B4C

Tints of Paua #241B4C

Color information

#241B4C (or 0x241B4C) is unknown color: approx Paua. HEX triplet: 24, 1B and 4C. RGB value is (36,27,76). Sum of RGB (Red+Green+Blue) = 36+27+76=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 27 (10.94% from 255 or 19.42% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #241B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241B4C is #DBE4B3. Grayscale: #232323. Windows color (decimal): -14410932 or 4987684. OLE color: 4987684.

HSL color Cylindrical-coordinate representation of color #241B4C: hue angle of 251.02º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #241B4C is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB362776-
CMYK0.530.6400.70
HSL251.02º47.57%20.2%-
HSV(B)251.02º64.47%29.8%-
XYZ2.421.687.03-
YUV35.28150.98128.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.90%
GREEN value IS 27 (10.94% from 255) = 19.42%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=25.90%
G=19.42%
B=54.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3627760.530.6400.70251.0247.5720.2
Hex241B4C3540046fb3014
Octal44331146510001063736024
Binary1001001101110011001101011000000010001101111101111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,27,76); }

 H1.HeaderClassName
 {
   color: #241B4C;
 }
 .AnyTagClassName
 {
   color: #241B4C;
 }
</style>
background-color css

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

 a { background-color: rgb(36,27,76); }

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

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

 span { border-color: rgb(36,27,76); }

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