Html Css Color HEX #230225 Mardi Gras

📋 copy color: '#230225'

red 35 ◦ green 2 ◦ blue 37

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

Shades of Mardi Gras #230225

Tints of Mardi Gras #230225

RGB

 RED value IS 35 (14.06% from 255) = 47.3%

 GREEN value IS 2 (1.17% from 255) = 2.7%

 BLUE value IS 37 (14.84% from 255) = 50%

R = 47.3%
G = 2.7%
B = 50%

CMYK

 C value IS 0.05

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#230225 (or 0x230225) is known color: Mardi Gras. HEX triplet: 23, 02 and 25. RGB value is (35,2,37). Sum of RGB (Red+Green+Blue) = 35+2+37=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #230225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230225 is #DCFDDA. Grayscale: #0F0F0F. Windows color (decimal): -14482907 or 2425379. OLE color: 2425379.

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

Color convert

RGB 35 2 37 -
CMYK 0.05 0.95 0 0.85
HSL 296.57º 0.9% 0.08% -
HSV(B) 296.57º 0.95% 0.15% -
XYZ 1.05 0.53 1.8 -
YUV 15.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 35 2 37 0.05 0.95 0 0.85 296.57 0.9 0.08
Hex 23 2 25 5 5F 0 55 129 5A 8
Octal 43 2 45 5 137 0 125 451 132 10
Binary 100011 10 100101 101 1011111 0 1010101 100101001 1011010 1000

Color Harmonies of #230225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230225

Black with #230225

Text Example


Text Example

White with #230225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230225; }

 p { color: rgb(35,2,37); }

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

background-color css

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

 a { background-color: rgb(35,2,37); }

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

border-color css

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

 span { border-color: rgb(35,2,37); }

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