Html Css Color HEX #240101 Seal Brown

📋 copy color: '#240101'

red 36 ◦ green 1 ◦ blue 1

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

Shades of Seal Brown #240101

Tints of Seal Brown #240101

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.63%

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

R = 94.74%
G = 2.63%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240101 (or 0x240101) is known color: Seal Brown. HEX triplet: 24, 01 and 01. RGB value is (36,1,1). Sum of RGB (Red+Green+Blue) = 36+1+1=38 (5% of max value = 765). Red value is 36 (14.45% from 255 or 94.74% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 1 (0.78% from 255 or 2.63% from 38); Max value from RGB is 36 - color contains mainly: red. Hex color #240101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240101 is #DBFEFE. Grayscale: #0B0B0B. Windows color (decimal): -14417663 or 65828. OLE color: 65828.

HSL color Cylindrical-coordinate representation of color #240101: hue angle of 0º 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 #240101 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 36 1 1 -
CMYK 0 0.97 0.97 0.86
HSL 0.95% 0.07% -
HSV(B) 0.97% 0.14% -
XYZ 0.74 0.4 0.07 -
YUV 11.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 36 1 1 0 0.97 0.97 0.86 0 0.95 0.07
Hex 24 1 1 0 61 61 56 0 5F 7
Octal 44 1 1 0 141 141 126 0 137 7
Binary 100100 1 1 0 1100001 1100001 1010110 0 1011111 111

Color Harmonies of #240101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240101

Black with #240101

Text Example


Text Example

White with #240101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240101; }

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

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

background-color css

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

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

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

border-color css

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

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

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