Html Css Color HEX #240301 Seal Brown

📋 copy color: '#240301'

red 36 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #240301

Tints of Seal Brown #240301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.5%

 BLUE value IS 1 (0.78% from 255) = 2.5%

R = 90%
G = 7.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240301 (or 0x240301) is known color: Seal Brown. HEX triplet: 24, 03 and 01. RGB value is (36,3,1). Sum of RGB (Red+Green+Blue) = 36+3+1=40 (5% of max value = 765). Red value is 36 (14.45% from 255 or 90% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 36 - color contains mainly: red. Hex color #240301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240301 is #DBFCFE. Grayscale: #0C0C0C. Windows color (decimal): -14417151 or 66340. OLE color: 66340.

HSL color Cylindrical-coordinate representation of color #240301: hue angle of 3.43º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #240301 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 3 1 -
CMYK 0 0.92 0.97 0.86
HSL 3.43º 0.95% 0.07% -
HSV(B) 3.43º 0.97% 0.14% -
XYZ 0.77 0.44 0.07 -
YUV 12.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 36 3 1 0 0.92 0.97 0.86 3.43 0.95 0.07
Hex 24 3 1 0 5C 61 56 3 5F 7
Octal 44 3 1 0 134 141 126 3 137 7
Binary 100100 11 1 0 1011100 1100001 1010110 11 1011111 111

Color Harmonies of #240301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240301

Black with #240301

Text Example


Text Example

White with #240301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240301; }

 p { color: rgb(36,3,1); }

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

background-color css

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

 a { background-color: rgb(36,3,1); }

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

border-color css

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

 span { border-color: rgb(36,3,1); }

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