Html Css Color HEX #240C01 Seal Brown

📋 copy color: '#240C01'

red 36 ◦ green 12 ◦ blue 1

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

Shades of Seal Brown #240C01

Tints of Seal Brown #240C01

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24.49%

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

R = 73.47%
G = 24.49%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#240C01 (or 0x240C01) is known color: Seal Brown. HEX triplet: 24, 0C and 01. RGB value is (36,12,1). Sum of RGB (Red+Green+Blue) = 36+12+1=49 (6% of max value = 765). Red value is 36 (14.45% from 255 or 73.47% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 36 - color contains mainly: red. Hex color #240C01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #240C01 is #DBF3FE. Grayscale: #111111. Windows color (decimal): -14414847 or 68644. OLE color: 68644.

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

Color convert

RGB 36 12 1 -
CMYK 0 0.67 0.97 0.86
HSL 18.86º 0.95% 0.07% -
HSV(B) 18.86º 0.97% 0.14% -
XYZ 0.86 0.64 0.11 -
YUV 17.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 36 12 1 0 0.67 0.97 0.86 18.86 0.95 0.07
Hex 24 C 1 0 43 61 56 13 5F 7
Octal 44 14 1 0 103 141 126 23 137 7
Binary 100100 1100 1 0 1000011 1100001 1010110 10011 1011111 111

Color Harmonies of #240C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C01

Black with #240C01

Text Example


Text Example

White with #240C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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