Html Css Color HEX #240827 Mardi Gras

📋 copy color: '#240827'

red 36 ◦ green 8 ◦ blue 39

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

Shades of Mardi Gras #240827

Tints of Mardi Gras #240827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 39 (15.63% from 255) = 46.99%

R = 43.37%
G = 9.64%
B = 46.99%

CMYK

 C value IS 0.08

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#240827 (or 0x240827) is known color: Mardi Gras. HEX triplet: 24, 08 and 27. RGB value is (36,8,39). Sum of RGB (Red+Green+Blue) = 36+8+39=83 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.37% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #240827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240827 is #DBF7D8. Grayscale: #131313. Windows color (decimal): -14415833 or 2557988. OLE color: 2557988.

HSL color Cylindrical-coordinate representation of color #240827: hue angle of 294.19º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #240827 is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 36 8 39 -
CMYK 0.08 0.79 0 0.85
HSL 294.19º 0.66% 0.09% -
HSV(B) 294.19º 0.79% 0.15% -
XYZ 1.18 0.7 1.99 -
YUV 19.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 36 8 39 0.08 0.79 0 0.85 294.19 0.66 0.09
Hex 24 8 27 8 4F 0 55 126 42 9
Octal 44 10 47 10 117 0 125 446 102 11
Binary 100100 1000 100111 1000 1001111 0 1010101 100100110 1000010 1001

Color Harmonies of #240827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240827

Black with #240827

Text Example


Text Example

White with #240827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240827; }

 p { color: rgb(36,8,39); }

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

background-color css

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

 a { background-color: rgb(36,8,39); }

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

border-color css

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

 span { border-color: rgb(36,8,39); }

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